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

How To maintain session ..?

3 Answers   TCS,


Can a constructor be used in place of init() method to initialize a servlet?

0 Answers  


What is session setattribute?

0 Answers  


What is scriptlet, expression and declaration in jsp?

0 Answers  


Show attributes of page directives.

0 Answers  


What is jsp index?

0 Answers  


Can we call destroy method inside init method?

0 Answers  


What is request scope in jsp?

0 Answers  


Can we implement an interface in a jsp?

0 Answers  


What are different types of comments in jsp?

0 Answers  


What is jsp include tag?

0 Answers  


What do you mean by context initialization parameters?

0 Answers  


Categories