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 can i get a scjp certification??

3 Answers  


What are the types of jstl tags?

0 Answers  


can i use vb script with jsp?

4 Answers  


Differentiate between response.sendredirect(url) and <jsp:forward page = …> ?

0 Answers  


Why session is used?

0 Answers  


What is the default value of session attribute in jsp?

0 Answers  


What is el in jsp?

0 Answers  


How to delete a cookie in jsp?

0 Answers  


How can we prevent implicit session creation in jsp?

0 Answers  


Can we override jsp service method?

0 Answers  


What is jsp custom tag and what are it’s components?

0 Answers  


How do I use comments within a jsp page?

0 Answers  


Categories