Component Placeholder i JSP
Hi guys!
I have a component whose rendering comes from a JSP script. In Sightly I show the component placeholder with this code:
<sly data-sly-test="${wcmmode.edit}">
<div data-emptytext="Click here to edit this component" class="cq-placeholder"></div>
</sly>
How do I get the same for JSP?
Thanks advance for the help me ![]()