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 is tiles in struts?
What is ValueStack and OGNL?
Why is action servlet a singleton in struts?
i have a log in web application .... i want restrict the user for particular no of users what is procedure to develop thus application
what is ACID test for fresh engineers??what is the pattern??
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?
where you use thread in your java project?
What is the purpose of @validations annotation?
struts 1.3 features?
What are result types in struts?
How struts control data flow?
why we use struts in our web application , means what was drawbacks of servlet ...pls answer