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

Why do we use expression language in jsp?

0 Answers  


What is the default value of session attribute in jsp?

0 Answers  


how can i add properties in dynamic text fields using .js file?

0 Answers  


What is a jsp container?

0 Answers  


What is jsp expression language and what are it’s benefits?

0 Answers  






What is the difference between directive include and jsp include?

0 Answers  


How can we create jsp custom tags?

0 Answers  


Can I use javascript on jsp page?

0 Answers  


How can I enable session tracking for jsp pages if the browser has disabled cookies?

0 Answers  


What is difference between javascript and jsp?

0 Answers  


What is difference between html and jsp?

0 Answers  


What are jsp elements?

0 Answers  


Categories