its a ActionForm controller or model?
Answers were Sorted based on User's Feedback
Answer / mohan
According to MVC2 rules, it is the responsibility of ActionServlet to do form validation but since its built-in servlet, we cant place validation logic in ActionServlet class, so we use ActionForm to do validation.......So ActionForm acts as a controller not model....
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / ramesh
hi Sandya,
ActionForm means bean(having setters and getters+validate
())
bean menas model. so ActionForm means Model.
not controller.
Servlet can act as Controller only.
if u have any quires,please contact me
at:ballem_rb@yahoo.co.in
| Is This Answer Correct ? | 6 Yes | 8 No |
Answer / madhuchilipi
Action Form is a Controller.Model means Business logic
| Is This Answer Correct ? | 6 Yes | 19 No |
How struts control data flow?
Are the struts tags xhtml compliant ?
tell me struts flow ?
5 Answers BA Continnum Solutions, Exira, Fidelity, iGate,
What is purpose of execandwait interceptor?
What is meant by custom tags?
What is the purpose of @customvalidator annotation?
Hi Friends, am new to struts.I read that " you can store variables in xml file(properties file) and for future enhancements we just call properties file . Now i want to implement this , where can i call properties file to enhance my application. My question is where this properties file will be called.
What is the purpose of action tag in struts.xml?
How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?
Is Struts Action class Thread Safe?
What is the purpose of @conversionerrorfieldvalidator annotation?
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???