What is controller in struts2?
Answer / Ms.tanushree Gupta
In Struts2, the Controller is ActionController, which handles all client requests and forwards them to the appropriate action for processing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why we use struts over servlets?
Explain design patterns which is used in struts?
Is struts 1 still supported?
what is the advantages and diadvantages of Struts?
If the framework doesn’t do what I want, can I request that a feature be added?
What is the DynaActionForm? How we implement the dynaactionform ? can u please tell me the way to implement? in understandable way?
If we close the browser,when the specific user session is active.Again if we open browse how to retrive it same user??what code i have to da???
What is the purpose of '@keyproperty'?
Lists the bundled validators in struts?
What types of validations are available in xml based validation in struts2?
Which library is provided by struts for form elements like check boxes, text boxes etc?
In strurt why w use two differnt files web.xml and strut config.xml?