How do you know what to give for the "path " under in
struts-config.xml ?
Answer / narender
path in struts-config.xml should match with action
attribute in form tag of any jsp
| Is This Answer Correct ? | 3 Yes | 0 No |
In ActionClass we can use only one action i.e execute(), but in DispatchAction we can use multiple actions.My question is , we can use multiple actions in Action class if(action.equals("add") if(action.equals("update"). Then when to use Action and DispatchAction which is frequently in webapplications.
what are tiles in struts?
At the point, you should go for struts framework?
why servlet is used as controller not JSP?
what is the use of cvs in struts?
What inbuilt themes are provided by struts2?
What are the main classes which are used in struts application?
What are the steps of struts installation?
how to debug struts project in netbean ?
Can you explain value stack?
what are the actions in struts?
What are the cons of struts 2?