Expand my Community achievements bar.

<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.



Arun Patidar

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.