In Struts Programming which is the controller,which is the
model?
Answer Posted / guest
The ActionServlet class is the controller and the action
class is the model.
| Is This Answer Correct ? | 12 Yes | 8 No |
Post New Answer View All Answers
How many struts config file in a struts application?
What are interceptors in struts 2?
How we can configured action mapping in struts?
What is struts?
Which interceptor is responsible for file upload support?
What is includeaction?
When should we use SwtichAction?
What is the role of action class in struts?
What are the loop holes of struts?
What are the conditions for actionform to work correctly?
Can we have more than one struts-config.xml file for a single struts application?
Whats the difference between the default namespace and the root namespace?
Which components are available using actioncontext map?
How do you create message resource?
How to use forward action to restrict a strut application to mvc?