how to disable the expression language in a jsp?
Answer Posted / lakshmi
by using <%@ page isELIgnore="true"%> by placing this at the
top of the js. Then the expression language disabled.
Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Can jsp contain javascript?
What are the primary differences between the jsp custom tags and java beans?
What is jstl?
Which jsp lifecycle methods can be overridden?
How to include static files in a jsp?
How can we forward the request from jsp page to the servlet?
How we can use javascript with jsp pages?
What is jsp translation phase?
What is the use of requestdispatcher?
What are the different scope values for the jsp objects?
How to disable session in jsp?
Can we define a class in a jsp page?
What is client scripting?
What are the implicit objects in jsp?
Explain the advantages in jsp?