Hi,go to http://<server:port>/system/console/fsclassloader => find apps/ppn/components/page/productpage/body.jsp => check what is on line no 245Thanks,Radha Krishna N
Hi,If the link is not authored, then data-sly-test="{image.link}" will be false. the content of the anchor tag will not be displayed. AFAIK you should have something like below<a data-sly-test.noLink="{image.link}" href="{image.link}"> <img src="${image.path}"></a><img data-sly-test="${!noLink}"...
Hi KautukLink checker is disabled and added x-cq-linkchecker="valid".In the log file*WARN* [0:0:0:0:0:0:0:1 [1508808628533] GET /content/repl.template.html HTTP/1.1] org.apache.sling.xss.impl.HtmlToHtmlContentContext AntiSamy warning: The a tag contained an attribute that we could not process. The h...
Hi All,AEM version 6.1 SP1I am trying to author a link url - https://www.xyz.com/abc.jsp?filters={%22key%22:[%22value%22]} but linkchecker is removing this and logging a warning message in error log file23.10.2017 21:30:28.665 *WARN* [0:0:0:0:0:0:0:1 [1508808628533] GET /content/repl.template.html H...
Hi All,I am using AEM 6.1 SP1, Scene7 is configured. I am trying to drag and drop an animated GIF from side panel to scene7 component but not able to. how can I resolve this issue?Thanks,Radha Krishna N
Hi,Upload the excel to DAM (a predefined location) in the OSGI bundle.Get an inputstream to the excel 'resource'.Pass the stream to HSSF(.xls) or XSSF(.xlsx) POI API.Read the cell values populate in a POJO then play with POJOsThanks,Radhakrishna N
Hi All,I have a sightly expression like <p>${"Welcome! to <span class='test' data-id='testId'>" @ context='html'} India</span></p> - context is 'html'and it is rendering as <p>Welcome! to <span class="test"></span> India</span></p> - without data-id attribute in span tagexpected output <p>Welcome! ...