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

List out some advantages of using jsp.

0 Answers  


What is content type in jsp?

0 Answers  


Explain the difference between servlet and jsp?

0 Answers  


how to connect the back end with Directive tag in jsp ...

1 Answers  


What are the advantages of jstl?

0 Answers  






What is directive jsp?

0 Answers  


what are the alternate way to use the scriplet in jsp.

1 Answers  


Explain the various scope values for <jsp:useBean> tag.

0 Answers  


When does a container initialize multiple jsp / servlet objects?

0 Answers  


What is translation phase?

0 Answers  


What are the two ways to include the result of another page?

0 Answers  


What are the directives in jsp?

0 Answers  


Categories