In Struts Programming which is the controller,which is the
model?
Answer Posted / nazneen
A Model contains business logic and data.
In a multi-device application, the Model is implemented as standard Java Bean objects. The data contained within the Java Bean are accessed with getter and setter methods, and business logic contained in the Java Bean is invoked with method invocations. These Java Beans are bound to the View and Controller by a a part of the multi-device application
Controller:
Controller is Action Servlet
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
How an actionform bean is created?
What is the purpose of @requiredstringvalidator annotation?
Explain how can we upload files in struts2 application?
What are the two types of validations supported by validator framework?
How we can controlled duplicate form submission in struts?
What is the purpose of @key annotation annotation?
How properties of a form are validated in Struts?
What are the important methods of actionform?
What is struts?
How is forward action used for integration?
How to display validation errors on jsp page?
How can we upload files in Struts2 application?
How can we group related actions in one group in Struts?
What are the ways in which duplicate form submission can occur?
How to get data from the velocity page in a action class?