Explain the difference between dispatchaction and lookupdispatchaction in struts?
What is difference between spring and struts?
What is the actionform?
Which design pattern is implemented by Struts2 interceptors?
What is life cycle of an interceptor?
What are different ways to create Action classes in Struts2?
What are the steps involved in creating a strut application?
How properties of a form are validated in Struts?
How action-mapping tag is used for request forwarding in struts configuration file?
What is the difference between forwardaction and includeaction?
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.
Is Struts Framework part of J2EE?
What is dispatch action class?