How does struts work?
No Answer is Posted For this Question
Be the First to Post Answer
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.
Can we write our own ActionServlet for front controller of Struts Applications?
What helpers in the form of jsp pages are provided in struts framework?
What is struts actionmapping?
Can we have multiple struts-config files in a single web app? If yes why should we have them? Will multiple copies make any impact on performance?
What are the components of struts?
How struts2 supports internationalization?
What is struts2 in java?
How to get data from the velocity page in a action class?
What are the Core classes of Struts Framework?
1.when actionservelet execute. 2.when web.xml executes
What is struts framework in java?