Hi,I have a strange issue: cannot install or uninstall any package:Install Package: /etc/packages/my_packages/footer.zipWed Jul 12 2017 12:32:45 GMT+0300 (FLE Daylight Time)Installing contentError during processing:java.lang.NoClassDefFoundError: bom/sun/org/apache/xerces/internal/xni/parser/XMLInpu...
Hi Jörg,Yep, you are right, today I faced with issue that crxde doesn't show anything when nosamplecontent runmode used. I googled and found out that CRXde is not a sling app and if I'm not mistaken, WebDav protocol used to get jcr tree in CRXde.
Hi,You can write a sling filter with a pattern property. Check runmode. Get UserId. Then get Authorizable from UserManager. Then you can call memberOf() method on Authorizable.This is first what came to my mind. Maybe there are better ways to reach you goal.
Hi everybody,By default Touch UI dialog opens like a pop-up. The is a "Toggle fullscreen" button to expand it.Is there a default configuration which makes dialog fullscreen when you open it?
AFAIK there is no way to find only String[] properties. I suggest to use Sling / JCR API to execute query and find all nodes with your property and then iterate through result and filter multi-valued properties.
Hi,Do you know the name of your property?Is it always multi-value?If yes, just search for nodes with your property nameExample: SELECT * FROM [cq:PageContent] AS s WHERE ISDESCENDANTNODE([/content/geometrixx-outdoors]) and [jcr:mixinTypes] is not null