Has anyone tried generating the custom rss fed in cq.????I am able to generate the xml file for rss feed but dont know how to achieve the html form as shown in the attached file.
HiI am not able to change or upload the image while creating the user or for the already created user. Is there a wasy to change the profile avatar image.?
Ojjis wrote...Ok. I've tried to replicate this and got the same problems.It turned out the even though i had this in the POM: <dependency><groupId>rome</groupId><artifactId>rome</artifactId><version> 1.0</version></dependency>I needed to export the classes needed aswell with this in the bundle plugi...
Yes i have tried it using sling.getService(), but no luck.Even though if there is no logic in my jsp (say a blank file with global.jsp and import of com.sun.syndication.feed.synd.syndfeed), it still shows me the same error
I need to write a custom RSS feed. I am trying to generate using the rome api. But when ever i import it I am getting exception.Has anyone tried it and is able to achieve the same.Thanks in advance.
HiI need to customize the default Column Control Component. say some thing like i need to change the div naming structure or add a new div b/w c0 and c1 div's Exdefault component generates div in the following way<div class="mainDiv"><div class="mainDiv-c0"></div><div class="mainDiv-c1"></div></div>...