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 canu done chechin and check out of u r project using with sample examples?

8 Answers   CTS, Logica CMG,


In ActionClass we can use only one action i.e execute(), but in DispatchAction we can use multiple actions.My question is , we can use multiple actions in Action class if(action.equals("add") if(action.equals("update"). Then when to use Action and DispatchAction which is frequently in webapplications.

2 Answers  


What are the Core classes of Struts Framework?

0 Answers  


How struts 2 validation works?

0 Answers  


Explain the core end goal while using java struts?

0 Answers  






Explain integrate log4j in struts2 application?

0 Answers  


what is purpose cvs and vss in eclipse?

2 Answers  


What’s the utilization of struts.xml configuration file?

0 Answers  


What is actioninvocation in struts2?

0 Answers  


Are struts still used?

0 Answers  


Which servlet does the struts framework use?

0 Answers  


What is the purpose of @intrangefieldvalidator annotation?

0 Answers  


Categories