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
State an example of struts configuration file as an action parameter for action servlet.
Which configuration file is used for storing jsp configuration information in struts?
What is includeaction?
How is declarative handling of exceptions done in struts ?
What is purpose of execandwait interceptor?
For a single Struts application, can we have multiple struts-config.xml files?
In struts.xml, what does the attribute "method" stands for in the "action" tag?
How many servlet controllers are used in a Struts Application?
What are the components of struts?
How we can controlled duplicate form submission in struts?
Is struts efficient?
How can we work with error tags?
Where can I get help with struts?
What is the difference between validation.xml and validator-rules.xml files in struts validation framework?
What is the use of resourcebundle.properties file in Struts Validation framework?