What are pull and push mvc architecture and which architecture does struts2 follow?
No Answer is Posted For this Question
Be the First to Post Answer
What are the differences between http direct and http indirect?
How to use dispatchaction?
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.
why do we typecast ActionForm into out plain java bean class in Action class?
What is the purpose of constant tag in struts.xml?
How to get data from the velocity page in a action class?
What is apache struts framework?
how to develop the submit and search operations in single jsp using struts?
What does modeldriven interceptor?
What is struts?
what is tiles in struts?
What is the purpose of @customvalidator annotation?