Hi,Getting the below error while activating the page,*ERROR* [172.27.66.143 [1470294021294] POST /bin/replicate.json HTTP/1.1] com.day.cq.replication.impl.servlets.CommandServlet Error during replication: Unable to create version for /content/sample/MasterCatalog/en_US/pip/00/25/69/2569680/2569680-p...
Hi,While activating the MasterCatalog page using activate in siteadmin,it is throwing null for path error. It is throwing this error only for one page,rest of the page i could able to activate the page.Can you suggest you ans plzz.
I want to change the timezone of the page which I am activating,currently it is displaying as per my system generated time IST but I want to change that to PST.Can you any property or steps for it.
I want to read the data from JSONObject and display it in the form of HTML table format.My JSP page returns JSONObject,it contains all the data,I want to retrieve particular data from JSONObject and I need to display in table format in my JSP not using Javascript.
Hi,I am getting a JSON response in the content page by dragging my component from the sidekick.I want each value of JSON object to be displayed in my JSP page and that should be in HTML table format.Can you suggest any reference link regarding this
Hi,1. service is registered in OSGI console2. bundle is active3. I am getting error : An error occurred at line: 11 in the jsp file: /apps/petco/components/content/servicecomp/servicecomp.jsp JSONObject cannot be resolved to a typemy jsp:<% String path=request.getParameter("path");com.abc.www.core....