I am using WCMUtils.getInheritedProperty to get an inherited page property. Is there a way to get the page level of which that property is being inherited from? Thank you.
Hello,Pages on my author instance are publishing automatically and with the username who last replicated from the replication page.We started to notice this instantly after we uploaded a package, and replicated it.Has anyone ever experienced this or have a solution to fix it? Thanks,Steve
Hi Kumar,The foundation Carousel component cannot do this. The general Carousel component is basically a list of pages that takes the image from the Page Properties of the page and outputs them into a Carousel.You would have to create your own custom component to add your own videos/images/graphs/e...
Hello,I have a list of pages that I am querying using xpath and ordering by jcr:title.How do I ignore accented characters?For example if I have a page with jcr:title = Études, it will show up at the bottom of the list instead of near the top. Thank you.
Hi there,Not entirely sure about the 2nd part of your question, but an author doesn't need access to CRXDE Lite to add or remove tags. They can administer tags in the Tagging Admin Console, ie: http://localhost:4502/tagging SLIM
Hello,I am opening a connection to my author instance to try to POST an image or any document to my JCR. The values are coming from a form, and I have created my own form action to store the information. I am successful in storing properties and creating CQ Pages, but when it comes to a image/file...
Hello,I am trying to handle file uploads from an input form. CQ5 already comes with Apache Commons FileUpload and I am importing it in my servlet. However I keep getting the error that ServletFileUpload cannot be resolved.final boolean isMultipart = ServletFileUpload.isMultipartContent(request); i...
Hi Everyone,I am trying to use the xtype suggestfield as a widget on my dialog but I am having trouble with the suggestion results. How do we base the suggestion results on an external datasource?I added the "url" property, but don't know where to go from there.Any help would be appreciated. Thanks...
Hello,When I move a page to another directory, it does not update links from other pages that are linked to it as described here:http://dev.day.com/docs/en/cq/5-6/wcm/page_create_edit.html#Moving or Renaming PageDoes anybody else experience this issue? Thank you.