what are the struts tags?
Explain the components of struts?
why we use struts in our web application , means what was drawbacks of servlet ...pls answer
How to handle exceptions in structs?
Can we write Structs application without using Action Class directly or indirectly(extends Action class)
Explain the difference between jakarta struts and apache struts?
Explain about token feature in struts?
In which method of action class the business logic is executed?
What are the life cycle methods of interceptor?
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 is is the use DynaActionForm?
what are the componenets of struts?
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?