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 can we create jsp custom tags?
What are the steps involved in reading data from a form using jsp?
What is taglib uri in jsp?
why ,what, when, where,how the extended star schema is used.
What is declaration statement?
How to deactivate el usage on jsp?
What is jsp syntax?
How to comment out jsp code?
What is jsp-config in deployment descriptor?
What is difference between page and pagecontext in jsp?
What is pagecontext?
Which language is used to write servlets and jsp?
How can html output be prevented from being cached?
What are scriptlets in jsp?
What is the jsp:plugin action ?