Hi,Does AEM support Responsive design or Adaptive design?If both are supported, please suggest me how it supports each of them Out of the Box.What are the elements, methods and classes used in each of them?Thanks,Rama.
Hi, what is the command i need to use to unpack the jar in AIX server. Here is the error i am getting.bash-4.2$ java -jar cq-author-4502.jar -unpack08.04.2016 17:53:12.401 *ERROR* [main] -u: Unrecognized option (use -h for more information)
How can I update multiple pages to change content entered in by rich text editor component? Example: change '<p>bentest8</p>' in rteText property to '<p>bentest800</p>' (in screenshot attached). Can bulk editor be used? If so, how? I try to add rteText to 'Custom Properties/Columns', but that cel...
Hi,I'm trying to use custom functions that I wrote in core project in utility folder.i'm getting the following error when i refer the class in a component. org.apache.sling.scripting.sightly.impl.engine.extension.use.UseRuntimeExtension No use provider could resolve identifier org.xxx.xxx.core.utili...
I am relatively new to CQ5. How do we make our own extension in url like http://www.mywebsite.com/product/mypage.myextension instead of having .html in the last?.html returns data in HTML format.json returns data in JSON format.xml returns data in XML format.txt returns data in Plain txt format.myex...
Hi,As specified in http://training.adobe.com/home.html certification for AEM developer 9A0-384 Adobe Experience Manager 6 developer exam is not available in Pearson VUE Site. Please find attached screenshot for the samePlease let me know if 9A0-396: Adobe Experience Manager 6 Lead Developer Exam is ...
Folks,I heard from one of my colleague that AEM Mobile launched recently has replaced PhoneGap platform. I didn't find many references around it, but was wondering if you can clarify and provide me some pointer URLsRegardsVinny
I am preparing for AEM6 certification with exam code 9A0-384, having done that and when I was attempting to enroll for this exam, I have realized that this exam has been removed from Pearson Vue. Does anyone know when will it be available again.
5.6.1 upgraded to 6.1 environment.We have the following XPath generated by QueryBuilder (some node names changed):/jcr:root/content/company1/application1/en//element(*, cq:Page)[(jcr:content/@cq:template = '/apps/company1/templates/application1/exceptionpage' or jcr:content/@cq:template = '/apps/com...
HiI am trying to convert an existing component jsp to sightly html.The jsp has the following code:<script> var MY_CAROUSEL_PARAMS_A = { control: { controls: ${properties.controlsType eq...