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



i have 500 jsp in my application ,with same forward name,it lokks for appropritae jsp from 1 to 50..

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

i have 500 jsp in my application ,with same forward name,it lokks for appropritae jsp from 1 to 50..

Answer / ganesh

$98 is client side problem

Is This Answer Correct ?    1 Yes 13 No

Post New Answer

More Servlets Interview Questions

Some examples where generic servlet is used?

1 Answers  


What is the type of method for sending request from http server?

0 Answers  


What are the methods in HttpSession and their use?

3 Answers  


What is difference between Forward() and sendRedirect() methode?

14 Answers   Polaris,


When the methods init() and Distroy() will be called?

2 Answers  






Hi friends, am newbie to servlet. My interviewer asked why used servlet in your application. i used servlet for controller logic and business logic . is it correct ?

5 Answers   TCS,


How do you track a user session in servlets?

3 Answers  


What are the key methods that are involved in processing of http servlets?

0 Answers  


What is with the javax.servlet package naming?

2 Answers  


Life Cycle of servlets?

4 Answers   3i Infotech,


What is the difference between callling a RequestDispatcher using ServletRequest and ServletContext?

2 Answers  


init() method of servlet loaded by?

3 Answers  


Categories