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
How session is achieved in JSP?(once user logs out,if he press back button of browser he should not be allowed to same page)
Can we write java code in jsp?
Explain the advantages in jsp?
What is scripting elements in jsp?
How to print java variable in jsp?
Why jsp is faster than servlet?
What do you know about jsp tags?
What is a expression?
Why is jstl used?
What are the different directives in jsp?
What is the jsp:getproperty action?
Explain static method?
Which tags are used for bean development?
Explain the
How can multiple submits due to refresh button clicks be prevented?