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 print java variable in jsp?

0 Answers  


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

0 Answers  


Why do we use expression language in jsp?

0 Answers  


How can I set a cookie and delete a cookie from within a jsp page?

0 Answers  


List the different scope values for the <jsp:usebean> tag in jsp?

0 Answers  






What are the types of jstl tags?

0 Answers  


Why is jstl used?

0 Answers  


What is the difference in using request.getrequestdispatcher() and context.getrequestdispatcher()?

0 Answers   Cap Gemini,


How can the applets be displayed in the jsp? Explain with an example.

0 Answers  


What is jsp and how it works?

0 Answers  


What do you know about jsp tags? Explain how you understand the action tag and jsp action elements.

0 Answers  


Why are implicit objects not available in a regular jsp page?

0 Answers  


Categories