i have 500 jsp in my application ,with same forward name,it
lokks for appropritae jsp from 1 to 500,but i want to send
response to 498 page,what should i do
Answers were Sorted based on User's Feedback
Answer / prashanna gupta
yes we can do for that we have to user filter and result tag
of action tag.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is called servlet mapping?
Name the webserver that is used to run Servlets?
Why is http protocol called as a stateless protocol?
Explain the difference between servletconfig and servletcontext in servlet?
Explain Action Servlet?
Which interface must be implemented by all servlets?
What are the differences between servlet context vs servlet config?
can we use more than one controller in web application
What is url encoding and url decoding
What is URL Rewriting ?
Why setMaxAge() and getMaxAge() methods are used in Cookies?
How can I send user authentication information while making URL Connection?