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 scripting elements in jsp?
List out some advantages of using jsp.
What is the purpose of jsp?
How to retrieve warnings?
What is context url?
Are dialogue tags necessary?
What is include directive in jsp?
What is jsp include tag?
What is the difference in using request.getrequestdispatcher() and context.getrequestdispatcher()?
How do I use comments within a jsp page?
How do you pass control from one jsp page to another?
What is the advantage of using getProperty action, as compared to the accessor method?
What are advantages of jsp over asp, php, pure servlets and others?
Why jsp is better over static html also explain lifecycle of a jsp?
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.