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

Why do the struts tags provide for so little formatting?

0 Answers  


What are the differences between Struts1 and Struts2 or how Struts2 is better than Struts1?

0 Answers  


Explain about struts dispatch action?

0 Answers  


What are the action classes in struts?

0 Answers  


Why is action servlet a singleton in struts?

0 Answers  






Is Struts Framework part of J2EE?

0 Answers  


What is the role of action class in struts?

0 Answers  


What is structs 2 validation framework?

0 Answers  


why we are not implement business logic in struts action?

1 Answers  


What are Struts properties?

2 Answers   VI eTrans,


why we use struts in our web application , means what was drawbacks of servlet ...pls answer

1 Answers   IBM,


What is interceptor struts2?

0 Answers  


Categories