I have a header component within which I have wrapped 3 more components.When I roll-out the page, the new page's inheritance lock is such that when I unlock the top most component (i.e, the main header that wraps the remaining), even the ones under that are getting unlocked(inheritance cancelled) wh...
Hi,Can i use forum component in my own site.Seen changes on forum component for 5.5,5.6 and 6.0 versions.In AEM6.0 (SP1)Directly copied default component from and pasted in apps folder and changed the paths too. If i make any changes on page its not reflecting on page.If i change in default /libs/so...
My requirement is to create a blog which also includes creating a search component that is used to search by author, date and category. The OOTB component (/libs/social/blog/components/search) is not helping for date search. I checked the code for it the form action points to the same page. I could ...
Hi All,Need some clarification around Social (SCF) Forum implementation in AEM 6.0.I have tried creating a new forum component based on existing geometrixx-media forum implementation, referring to the page - http://localhost:4502/content/geometrixx-media/en/community/pad.htmlI tried replicating the ...
Hello.I need some prostprocessing for link rewriting on pages.There is some transformer that implements org.apache.sling.rewriter.Transformer and registered with some org.apache.sling.rewriter.TransformerFactoryThe transformer works fine except personalized content. So if I have some component with ...
Please let me know what might help get this app running. It's been a few years since I've supported any Java app.My OS: CentOS 7 x86_64 updated as of today.java version "1.7.0_79"Java(TM) SE Runtime Environment (build 1.7.0_79-b15)Java HotSpot(TM) 64-Bit Server VM (build 24.79-b02, mixed mode)When I...
Hello,I am working with a client having a legacy code base(AEM-5.6.1) and in this project HTTPSession is extensively used to hold user specific information(user objects).So my question is :-1. How safe it is to use HTTPsession to hold user information in AEM along with extensive JCRsession uses. 2. ...