its a ActionForm controller or model?

Answers were Sorted based on User's Feedback



its a ActionForm controller or model?..

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

its a ActionForm controller or model?..

Answer / ram-sd softech

Its a MODEL

Is This Answer Correct ?    3 Yes 4 No

its a ActionForm controller or model?..

Answer / amulbaby

it is a controller

Is This Answer Correct ?    4 Yes 5 No

its a ActionForm controller or model?..

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

its a ActionForm controller or model?..

Answer / sandya

My doubt is clarified.
Thanq Ramesh.

Is This Answer Correct ?    2 Yes 4 No

its a ActionForm controller or model?..

Answer / madhuchilipi

Action Form is a Controller.Model means Business logic

Is This Answer Correct ?    6 Yes 19 No

Post New Answer

More Struts Interview Questions

How tag libraries are defined in Struts?

0 Answers  


Who makes the struts?

0 Answers  


What is apache struts used for?

0 Answers  


In struts.xml, what does the attribute "method" stands for in the "action" tag?

0 Answers  


Which configuration file is used for storing jsp configuration information in struts?

0 Answers  






What validate() and reset() method does ?

0 Answers  


What is the use of reset method of ActionForm class?

0 Answers  


How to pass runtime Parameter in Struts1.2?

2 Answers  


What is http forward?

0 Answers  


What is the configuration files used in struts?

0 Answers  


What are the some useful annotations introduced in struts2?

0 Answers  


Difference between struts and spring? Or why use spring, if you are already using struts?

0 Answers  


Categories