How to disable scripting?
Answer / Sudhanshu Pathak
To disable JSP scripting, you can set the isScriptingEnabled attribute of the page directive to false. For example: n`<%@ page isScriptingEnabled="false" %>`
| Is This Answer Correct ? | 0 Yes | 0 No |
How does a jsp work?
What is the use of jstl?
What are the different scopes an object can have in a jsp page?
Where is jsp used?
What is request scope in jsp?
Differentiate between <jsp:include page=…> and <%@include file=…>.
What do you mean by custom tag in jsp?
Which syntax is used to comment jsp?
What is jsp life cycle?
How to include static files in a jsp?
Is jsp compiled?
What is tld file?