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 action errors and error and what are the consequences they impose?
What is the use of execAndWait interceptor?
What is the struts in java?
What is difference between spring and struts?
Why are frameworks used?
How can we work with error tags?
What is the purpose of struct-config.xml in struct2?
List some struts tag libraries?
Explain the components of struts?
What is xml based validation in struts2?
What is the purpose of redirect result type?
Lists the bundled validators in struts?
What is the purpose of '@keyproperty'?
how does request processor relates to action mapping?
What is the purpose of @key annotation annotation?