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
Explain the various scope values for tag.
What is the jspdestroy() method?
Define Expression
Can you override jspinit() method? If yes, in which cases?
What is the jsp:setproperty action?
What are the different types of jstl tags?
What are the jsp lifecycle phases?
What is a tag file in jsp?
What is meant by session management?
How do we prevent browser from caching output of my jsp pages?
Can we use jstl in html?
What is the purpose of jsp and why it is widely used?
Can you use javascript in jsp?
What is application in jsp?
List the different scope values for the