I created a Sightly PageComponent and Template. I am able to select the Template when creating a new Page and everything seems to work ok. However, when I go to edit the Page Properties in the Touch UI, the Tags control renders differently than the Tags control for a Page that uses a non-Sightly T...
Hey,I have a question on Touch UI implementation for Scaffolding.I have created a scaffold and have multiple widgets.widgets that have been creating by referencing "granite/ui/components/foundation/form/textfield" are working fine in the edit mode/view mode, but the widgets created by referencing "g...
I'm currently using Adobe CQ 5.5 and am in Author mode of a page that on our website, is password protected. When I toggle to Design mode, it immediately refreshes to the login page of our website. I'm trying to define which components are available for a parsys, and don;t know any other way to chan...
in AEM, how does geometrixx-outdoor's Orders.html page work.http://localhost:4502/aem/orders.html/etc/commerce/ordersmy initial finding is that /libs/commerce/gui/content/orders is being rendered and data is fetched from /etc/commerce/orders folder. but i'm not able to figure out how it's fetching d...
Is it possible to create and develop components outside CRXDE Lite ? I am using brackets IDE.I create it inside CRXDE Lite and import to brackets.Anyway to create AEM project apart from maven command ?
Hello Experts,I am new to AEM and exploring different deployment options. Here is my use case:we have two different departments in our company - IT and Marketing. both departments develop and manage their own applications. However they share the digital assets (pdfs, videos etc).So I don't want IT a...
Hi,I am trying to get all the orders under user. I am using below XPTAH query./jcr:root/home/users/a/admin/commerce/orders//element(*)[@orderId] this result below records :/home/users/a/admin/commerce/orders/order-2014-Apr-12 /home/users/a/admin/commerce/orders/order-2015-Apr-15 /home/users/a/admin/...
We have this strange problem. We had a flush cache replication agent on the author. It was disabled. But the associated job queue still accumulate a lot of job, these job obviously failed, and they seem to retry again and again.Here's a log entry:10.04.2015 00:00:29.640 *ERROR* [pool-6-thread-18-co...
Hi all,I'm using the Eclipse AEM Dev Tool to create a vanilla AEM 6 project using the new com.adobe.granite.archetypes : aem-project-archetype : 8Which creates these modules/projects:core it.launcher it.testsui.appsui.contentHowever if I build from the parent pom.xml (mvn clean install) I alw...