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
Answer Posted / 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 View All Answers
What's the purpose of execute method of action class?
How we can controlled duplicate form submission in struts?
What is discontinuous strut?
What is struts.devmode?
What is the purpose of dispatcher result type?
Name some useful annotations introduced in Struts2?
What are the reasons for an error message not being displayed while developing struts application?
What are the two scope types for formbeans?
What do you mean by action errors and what are the results they force?
What are the various struts tag libraries?
How is declarative handling of exceptions done in struts ?
What do you mean by actionform?
Lists the bundled validators in struts?
What is strut web xml?
What are the action classes in struts?