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
Answer / madhu
provide the that action forward as GlobalForwards
| Is This Answer Correct ? | 17 Yes | 1 No |
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 |
What does i18n interceptor?
If the framework doesn’t do what I want, can I request that a feature be added?
What are the steps of struts installation?
What is the use of Struts.xml configuration file?
What is DynaActionForm?
what is the struts internal code?
What is struts and why it is used?
Can you call Action class methods from Struts config.xml?
How action mapping is configured in Struts?
Describe the two types of formbeans.
What is the purpose of @conversion?
Which interceptor is responsible for file upload support?