how to disable the expression language in a jsp?



how to disable the expression language in a jsp?..

Answer / 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

More JSP Interview Questions

What is context in web application?

0 Answers  


What is the difference between server side and client side programming?

0 Answers  


Which directive is used in jsp custom tag?

0 Answers  


What is the need of jsp?

0 Answers  


Which jsp life cycle is in correct order?

0 Answers  


What is pagecontext?

0 Answers  


How do I set password expire time period?

4 Answers  


What is context in jsp?

0 Answers  


Explain the jsp:setProperty action.

0 Answers  


How can my application get to know when a httpsession is removed?

0 Answers  


How clear chache and buffer of opera browser.

0 Answers  


How does jsp engines instantiate tag handler classes instances?

0 Answers  


Categories