I think I have found a bug in the AEM6.0 Touch UI. Ive tested with the beta service Pack 1 (load 1.0)If you edit a page with two parsys (say a parsys and an iparsys) - example: Geometrixx Demo Site, where there are separate sets of allowed components for the parsys and iparsysYou can drag a compone...
Is there any way to enter Design mode or create a Design Dialog in Touch UI?I can only see the cq:dialog nodes. Even the new OOTB components under /libs/wcm/foundation/components use a design_dialog nodeIs this on the roadmap for a future release?Thanks
On the Publish server we want to detect content that is published (or a Flush request potentially), and perform some additional tasks in that zone. We don't want to create a Replication agent for Flush requests
Thanks Justin - I think this is what we are looking for.Can you please advise: When you say "Events web console plugin" - what Console item is this? Is this a separate plugin, and if so, where do I get it?Kind Regards,Tim
On a publish server, is there any Sling event you can listen to for receiving replication data??The sling ReplicationAction only seems to fire on the source server (not the target).Thanks!
Hi GuysI've seen this a few times in training today on AEM6.0A student duplicates a .java file under /apps, and the ClassLoader starts throwing errors. You delete the file, but the errors keep occurring until you restart AEM.The rendered page replaces the design reference with a link to /etc/design...
Hi,In AEM5.6, I was able to create a component which has a child parsys like this:<%@include file="/libs/foundation/global.jsp"%> <div class="group"> <cq:include path="question_list" resourceType="foundation/components/parsys" /> </div>I've tried to do the same in Sightly like this:...