Can we have different controllers in one struts app?
Answer Posted / kalyan
No,there is only one Controller(Action Servlet) in struts
application.Controller is receive the request from client
(browser) and manage the work flow of entire application
and finally view the response to client.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What is the difference between validation.xml and validator-rules.xml files in struts?
What does modeldriven interceptor?
List the important attribute and elements of action mapping under struts.
What are the two different types of validations that the validator framework supports?
What are action errors and error and what are the consequences they impose?
What is spring and struts in java?
How to build struts application in eclipse?
Explain the complete struts validator framework.
What are construction struts?
What is Struts2?
Why struts 1 classes are not thread safe whereas struts 2 classes are thread safe?
What is the difference between filters and interceptors ?
What is the difference between requestaware and servletrequestaware interface?
What is the purpose of @beforeresult annotation?
Where can I get help with struts?