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

What is the purpose of dispatcher result type?

0 Answers  


What is the purpose of form-be tag in struct-config.xml?

0 Answers  


What are the components of struts?

0 Answers  


What are the two types of validations supported by validator framework?

0 Answers  


What is apache struts cve 2017 5638?

0 Answers  






What is the use of form bean in struts?

0 Answers  


How action-mapping tag is used for request forwarding in struts configuration file?

0 Answers  


how many methods are there in RequestPrccesor class?

2 Answers   Infosys,


Is Struts Framework part of J2EE?

0 Answers  


What is the use of Struts.xml configuration file?

0 Answers  


we have 7 jsp pages .At last page we have a submit button when we click it it will store all jsps data which we provide will store into database. when we starting providing data in jsp pages when we are at 3rd jsp at that time sessions timeout where the data will be store which we r provide in last two jsps?

2 Answers  


Describe the two types of formbeans.

0 Answers  


Categories