What are the classes used as part of struts framework ?
No Answer is Posted For this Question
Be the First to Post Answer
Which interceptor is responsible for mapping request parameters to action class Java Bean properties?
Name some of the features of struts2?
its a ActionForm controller or model?
16 Answers Patni, TCS, Wipro,
what is request processor class ?
What is the difference between session scope and request scope when saving formbean ?
What is validate() and reset() functions?
why we are not implement business logic in struts action?
Can u call Action class methods fro struts-config.xml file?
What is a custom tag?
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 different actions available in struts?
What is the purpose of '@customvalidator'?