Guest User

Untitled

a guest
Oct 20th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <h1>Users/Groups in the AEM JCR are : </h1>
  2. <sly
  3. data-sly-use.object="org.redquark.demo.core.cqcomponents.UserComponent" />
  4. <div>
  5. <h2>Users</h2>
  6. <ol data-sly-list="${object.users}">
  7. <li>${item}</li>
  8. </ol>
  9. <h2>Groups</h2>
  10. <ol data-sly-list="${object.groups}">
  11. <li>${item}</li>
  12. </ol>
  13. </div>
Add Comment
Please, Sign In to add comment