As a good coding practice we should not use scriptlet inside jsp . I want to write comments in my jsp for other developers but don't want to show it to client when page gets converted to html.
Is there any way we can write following code using jstl or El ?
<%
//for perfromance we redirect control to this jsp
//as this jsp don't load unused dom ,css , js
%>
I couldn't find any thing in internet on this ?