i have 500 jsps in my application,and i have same forward
name for each jsp,so it lokks in strutsconfig.xml,from 1 to
500,but i want send 498 page directly,how can i cingigure
my application

Answers were Sorted based on User's Feedback



i have 500 jsps in my application,and i have same forward name for each jsp,so it lokks in strutsc..

Answer / madhu

provide the that action forward as GlobalForwards

Is This Answer Correct ?    17 Yes 1 No

i have 500 jsps in my application,and i have same forward name for each jsp,so it lokks in strutsc..

Answer / naresh

Define 498 action mappings with action type as
org.apache.struts.actions.ForwardAction and action path as
same as forward name

Is This Answer Correct ?    5 Yes 5 No

Post New Answer

More Struts Interview Questions

How to set email notification using struts.Plz give the example code?

5 Answers   HCL,


What are different Struts2 tags? How can we use them?

0 Answers  


How are interceptors and servlet filters different?

0 Answers  


How is a lookup dispatch action created?

0 Answers  


What is the use of token interceptor in Struts2?

0 Answers  


wahts the diif between Mvc1 and Mvc2?

3 Answers   Wipro,


how handle when client send multiple request at atime for single servlet

5 Answers   Aditya Birla, IBM,


What is the differnce between 2-tier architecture and 3- tier architecture in java?

3 Answers  


In Struts Programming which is the controller,which is the model?

10 Answers  


What is the purpose of @beforeresult?

0 Answers  


What is the purpose of struts.xml in struct2?

0 Answers  


What is Request Dispatcher and what is Request Process?

2 Answers  


Categories