Briefly tell the two kinds of form beans.
No Answer is Posted For this Question
Be the First to Post Answer
what is the advantages and diadvantages of Struts?
shall we use any name for deployment descriptor of struts instead of struts-config.xml
Can we have multiple struts config files ?
Why we use struts over servlets?
How can we work with error tags?
What are the steps used to setup dispatch action?
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 the DynaActionForm? How we implement the dynaactionform ? can u please tell me the way to implement? in understandable way?
whats is mean Actionerrors and Actionerror?
Describe the two types of formbeans.
How struts 2 validation works?
What is the purpose of @results annotation?