Hi,In your component create a file named as books.xml.jsp and then <%@ page contentType="text/xml" %><books><book><name>Padam History</name><author>ZARA</author><price>100</price></book><book><name>Great Mistry</name><author>NUHA</author><price>2000</price></book></books>just try this. it works.if i...
Hi,extract this jar file localhost:4502/libs/foundation/install/cq-wcm-foundation-5.6.2.jarand look for com.day.cq.wcm.foundation.forms.impl --> MailServlet.classchange as per your requirement.Thanks.
Hi,I tried the same in 5.6 i'm able to delete it successfully.There might be some other issue.Please include the complete error log, which you get when trying to delete the page.
HiI need to know the component path when clicking on the ok button.i have written handler for ok button and it is working fine.Now, i need to get the component path.Any help?Thanks,Vikram.
Hi,Please give me the complete list of listeners for dialog and widgets.ex:Checkbox(widget) : slectionchangeddialog: afterrender, beforesubmit.similarly i would like to know all the listeners there for dialog and widgets.Thanks,Vikram.