Answer Posted / mainuddin
My declarring errorpage attribute in page directive as
<% page errorPage="error.jsp"%>
and when u think that a jsp is supposed be encountered an
error then <% page isErrorPage="true"%>
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
Is there a way to reference the "this" variable within a jsp page?
What is _jspservice method?
What are the different scope values for the
What is the jsp:setproperty action?
Can we define a class inside a jsp page?
Mention some important jsp action tags.
What is the difference between jsp and thymeleaf?
What is session scope?
How can I maintain session in JSP Page in the bases of user name and password:
Which categories can be divided jstl tags, give examples.
How we can include the result of another page in jsp?
Explain client-side and server-side validation.
What is the difference between server side and client side programming?
How can I prevent direct access to a jsp page from a browser?
Explain the difference between forward and sendredirect?