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's the advantages using servlets than using cgi?
What is servlet interface?
What is servlet initializer?
Why don't we write a constructor in a servlet?
Why should we go for interservlet communication?
What type of protocols are used in HttpServlet?
Explain web application directory arrangement?
What are some disadvantages of storing session state in cookies?
Which java application server is the best?
What is a deployment descriptor?
How do you configure a centralized error handler in servlets?
when you comppile the servlet is it neccesary to restaet the tomcat server?