List some struts tag libraries?
No Answer is Posted For this Question
Be the First to Post Answer
Why was reload removed from struts (since 1.1)?
What is controller in struts ?
What is container struts2?
What are Struts2 core components?
How we can install struts?
What is struts2 framework?
State an example of struts configuration file as an action parameter for action servlet.
How the flow of various requests happens in struts application?
in struts without integrate hibernate how to use directly explain?
Why do we use struts?
What is action chaining ?
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.