The component X should render the component Y using data-sly-resource and pass selector for rendering is different tile. See the Core carousel / Tabs component. @arunpatidar the list component does not have the above functionality(allow another component ) as described.
Hi Tung, Have you tried this -@Component @Providespublic class MyComponent implements MyService { @ServiceProperty(name="username", mandatory=true)private String m_username; @Property(name="password", mandatory=true)private String m_password;//...}
I assume that you are using OAUTH for authentication, take a look at OOTB Facebbok/Twitter authentication handler. You have to create custom authentication handler to achieve this.
you have to use callback mechanishm whenever user is synced. Follow this : http://dev.day.com/docs/en/crx/current/administering/ldap_authentication.html#CALLBACKS1. mention this parameter syncCallbackClass in ldap_login.conf2. get the userid from map3. Assign the user to the group you want.
Thank you for your response, The link that I have mentioned here contains many "How To". For example : http://www.day.com/content/kb/home/cq5/Development/DisableContentFinder.htmlBut those links returns 404. I wanted to know learn those useful tutorials but no way. Do you have any idea where those ...
Thanks Scott for your reply! I'm using 5.4I removed the version version=[2.3,3) from mainfest.mf and uploaded bundle again and after it was fine. If you don't mind could you please let me know, what is the difference between adding dependency to pom.xml which is under <artifactId>/bundle and depend...