Hi
i am facing issue when setting meta description dynamically.
1. specified page description value like " desc10" in page using page setting .
2. i am taking page description value in java "context.getPage().getBaseDescription()".
3.having DCR ,its contain key and value pair.
<Translation>
<WordKey>desc10</WordKey>
<EN> outstanding performance in a compact package</EN>
<FR> un ensemble compact et des performances exceptionnelles !</FR>
</Translation>
3.parsing this DCR in java and taking <EN> node value and assgining to page meta description
like
context.getPageScopeData().put(key, value);
but its setting like
<meta content="desc10 outstanding performance in a compact package" name="description"/>
Expected:
<meta content=" outstanding performance in a compact package" name="description"/>
Thanks
Rajaguru.
Teamsite 7.4.0
Linux