Can we have different controllers in one struts app?
Answer Posted / brijendra kumar , xavient soft
No, struts having only one controller which handle action
servlet means receive Http request or user input and
provide http responseor user out put.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Describe validate() and reset() methods.
Which interceptor is responsible for mapping request parameters to action class Java Bean properties?
What is the use of namespace in action mapping in Struts2?
How interceptor works in struts 2?
Are the struts tags xhtml compliant ?
Can we handle exceptions in Struts programmatically?
Explain the life cycle of a request in struct2 application?
What is the naming convention for a resource bundle file in struts2?
Is struts efficient?
What’s the difference between validation.xml and validator-rules.xml files in struts validation framework?
What does validation interceptor?
What is the purpose of @result annotation?
What is the difference between filters and interceptors ?
how to get the last 10 elements using logic:iterate in struts with hiernate from database.
What are the aware interfaces in struts2?