Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list

<acl:out> jstl uri taglib equivalent htl tag required

Avatar

Level 1

how can i replace jstl tag <acl:out> into sightly in migration project. for access controls based on user type..

i dont know how proceed further ..please let us know how to handle these??

<%@taglib uri="http://www.mysite.com/acl" prefix="acl"%>

acl came from uri taglib..then how can i replace this in sightly

2 Replies

Avatar

Community Advisor

Hi,

What it does? If it is rendering content based on user permission, you can check same in Sling Model and return content or flag based on user.

Avatar

Level 1

Hi arun, it is based on usertype like customer or employee etc. May I know exactly replacement of jstl of taglib uri's in sightly for conversion from jstl to htl. I am thinking java api referred for uri taglib in jsp. Correct me and provide me how can I migrate.