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 are the disadvantages of storing session state in cookies?
when the several requests comes to server..how it manage the requests
how this statement works..? public void service(HttpServletRequest request,HttpServletResponse response)
What are sessions in servlets?
How can we create deadlock situation in servlet?
How to get the path of servlet in the server?
What is ServletContext object?
How threads are implemented in servlets?
What is servlet and its life cycle?
which type of data passing is used in realtime?
What are the different session tracking techniques?
why are extending GenericServlet and why are extending HttpServlet explain?