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 |
Briefly tell the two kinds of form beans.
What is action servlet in struts?
What steps are required to for an application migration from Struts1 to Struts2?
1.when actionservelet execute. 2.when web.xml executes
what is tiles in struts?
How the exceptions are handled in struts?
What is the purpose of @before annotation?
Can I have html form property without associated getter and setter formbean methods?
What is ognl?
Can we write Structs application without using Action Class directly or indirectly(extends Action class)
Wat is Difference between Mvc1 architecture and Mvc2 Architecture?
21 Answers HCL, IBM, Sanyaa Infotech,
What is the apache struts vulnerability?