Hi ,I have to parse the RTE(Rich Text Editor) content data before saving for example needed to remove some new line(\n) and carriage return(\r) characters before save.Please advice.smacdonald2008Thanks,Manjunath DJ
Hi Susheel,Thanks for your reply you are right flow gets stop if its evaluated to false.I will have separate data-sly-test for each div sections.Thanks,Manjunath DJ
<sly data-sly-test.var1="${testCondition}" data-sly-test.var2="${testCondition}" data-sly-test.var3="${testCondition}"/><div class="test1" value=${var1}></div><div class="test2" value= ${var2}></div><div class="test3" value=${var3}></div>any help on using single sly tag to use with ...
Hi Praveen,I am still unable to resolve these issue. can you please help me out on this.I am attaching the dispatcher.any/dispatcher..conf/httpd.config filesThanks,Manjunath DJ
Thank you for the reply Raja. I got your point SSI tag inclusion concludes SDI configuration is good and Web-server is unable to process SSI.But as per documentation in https://github.com/Cognifide/Sling-Dynamic-Include configurations are done in dispatcher side <Directory /> Options FollowSymLin...
Hi,I am trying to implement SDI in AEM + Dispatcher using Sling Dynamic Include 2.2.1I have followed steps as per https://github.com/Cognifide/Sling-Dynamic-Include AEM components embedded in template level as below:<div data-sly-resource="${'test' @ resourceType='test/components/test'}"></div> AEM...
Thanks alot kalyan for your response on short time and code sample is good example . I guess it would be help to many people. :) @PostConstruct method will have logic to inject to main model. like here in our example list of users user1, user2 ...etc