Hi,
I am trying to create a template for jstl tag c:out.
This is what I entered in the template editor.
<c:out value="${cursor}">
I wants the content editor to insert this.
<c:out value=""/> with the curser between the quotes.
But this is what I get
<c:out value=""></c:out>
Can someone please help me to get rid of the end tag. If I can get the content editor to put the tag as below, it would be great.
<c:out value="${}"/> with cursor in between the curly brackes.