CQ5 gem http://dev.day.com/content/ddc/en/gems/commerce-framework.html is really cool to start AEM+hybris integration with sample project provided over here.https://github.com/paolomoz/cq-commerce-impl-sample in github.I downloaded package and build it all appears good in system console and then as ...
Right Justin,Here is piece of code it might be useful for other. public void characters(char[] ac, int i, int j) throws SAXException{ String str = new String (ac, i, j); LOG.info(" Str) if(str.contains("{chandra}")){ ...
Please refer to the API..http://dev.day.com/docs/en/cq/current/javadoc/com/day/cq/rewriter/pipeline/RequestRewriter.htmlCan we only rewrite only attribute of Element? not value of element?Thanks Chandra
on i18n appraoch, i want this to be authorable <fmt:message key="xxx"> Can you suggest something so that it's not fixed in template or component and content author is able to do it from edit Dialog etc?
com.day.cq.rewriter.pipeline.RequestRewriter or org.apache.sling.rewriter.Transformer helps to rewrite any html tag's attribute value that i am able to do it.But I am trying to do rewrite plain text like {string.token) with any value.for example :Here is content in CRX when it would be rendered , {s...