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
Difference between struts and spring? Or why use spring, if you are already using struts?
What is struts actionmapping?
List some struts tag libraries?
What are pull and push mvc architecture and which architecture does struts2 follow?
What are the 5 constants of action interface?
How an actionform bean is created?
What applications use apache struts?
What is difference between interceptors and filters?
What is the purpose of form-be tag in struct-config.xml?
What is the default suffix for Struts2 action URI and how can we change it?
Who wrote struts?
What is the purpose of action tag in struts.xml?
State the procedure for using forward attribute of link tag’s.
What is strut action mapping?
How does interceptor work in struts2?