What are the components of struts framework?
No Answer is Posted For this Question
Be the First to Post Answer
How can we handle exceptions thrown by application in Struts2?
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.
How to create validations?what are struts validation components?
how handle when client send multiple request at atime for single servlet
How can we group related actions in one group in Struts?
Explain about struts dispatch action?
What applications use apache struts?
What are construction struts?
Why use spring, if you are already using struts?
How to use forward action to restrict a strut application to mvc?
What is difference between struts1 and struts2?
What types of validations are available in xml based validation in struts2?