Can we have different controllers in one struts app?
Answer Posted / rajesh r
NO!
Struts Framework is based on Front Controller design
patter ehich means there should be only ONE Controller
(ACTION SERVLET) to controller the request and dispatching
the views or resopnses.
| Is This Answer Correct ? | 31 Yes | 1 No |
Post New Answer View All Answers
What are the conditions for actionform to work correctly?
What is the use of struts config xml file?
What is the purpose of @conversion annotation annotation?
Difference between struts and spring?
What are the two different types of validations that the validator framework supports?
What are the various struts tag libraries?
What validate() and reset() method does ?
Explain about the process of functioning of the struts program?
What do you mean by tiles in struts?
What are disadvantages of Struts?
What is the purpose of @doublerangefieldvalidator annotation?
Why do we need mapdispatchtoprops?
What is the purpose of @createifnull annotation annotation?
What are the applications of struts?
Explain the difference between plain-validator and field-validator in struts?