I did not mean to Log in using sightly. According to the documentation I have access to some global objects from sightly, One of them is called currentSession, and for a description it says "javax.servlet.http.HttpSession" in the adobe documentation see docsI just wanted to know if by using this I c...
Hello,I wanted to detect if an user is logged in or not using sightly. I know because of this link: https://docs.adobe.com/docs/en/aem/6-0/develop/sightly/global-objects.htmlThat I have access to the currentSession from sightly. Sadly I cannot find any documentation on how to use this object, I was ...
HelloI was trying to make a touch UI multifield, I found this tutorial:http://experience-aem.blogspot.com/2015/03/aem-6-sp2-touch-ui-coral-ui-nested-multi-multifield.htmlBut this used a JSP to show the data, I was wondering if there was an example on how to do this using sightly or if anyone could g...
But its not totally a refresh problem. If I change to preview and refresh the texts disappears, but if I change to design and refresh it says that I'm in edit mode (Touch UI is really weird)
Amazing, that almost works. It works on classic UI, but in touch UI when I change to design mode and the value does not change :(. Where did you found that conditional BTW?, I've been searching for information about that for ages.
I can access a component properties from an hbs template for that component like this:{{properties.title}}but I want to access the wcmmode from that (https://docs.adobe.com/docs/en/aem/6-0/develop/sightly/global-objects.html) so I can decide to render or not some information in design or edit mode. ...