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 |
How to set email notification using struts.Plz give the example code?
What are different Struts2 tags? How can we use them?
How are interceptors and servlet filters different?
How is a lookup dispatch action created?
What is the use of token interceptor in Struts2?
wahts the diif between Mvc1 and Mvc2?
how handle when client send multiple request at atime for single servlet
What is the differnce between 2-tier architecture and 3- tier architecture in java?
In Struts Programming which is the controller,which is the model?
What is the purpose of @beforeresult?
What is the purpose of struts.xml in struct2?
What is Request Dispatcher and what is Request Process?