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
What is jsp processing?
Can we override jspinit method?
Which is mandatory in tag in jsp?
Can you disable the caching on the back button of a particular browser?
What is jsp translation time?
What is jstl?
How can you avoid scriptlet code in jsp?
How many types of jsp tags are there?
How can I prevent the output of my jsp or servlet pages from being cached by the browser?
Explain the various scope values for
What are the implicit, internal el jsp objects and their differences from jsp objects?
Why does jcomponent have add() and remove() methods but the component does not?
in jsf page i use two dropdown list.i.e state & district.if state dropdown is selected then & then district is enable.what should be my code.
What are jsp elements?
What is attribute in jsp?