Answer Posted / madhu
1.Request processor class contains th code of form
processing logic.
2.it follows the chain of responsibility.
3.action servlet sends the request to the RP.
4.RP binds the values to the form bean by calling setters
and dispath the request to the following according the
situation.
a.errors handlers
b.forwards
Is This Answer Correct ? | 6 Yes | 6 No |
Post New Answer View All Answers
What are inner class and anonymous class?
in struts how to use hibernate with struts>
What is struts framework in java?
Can explain about the validations and in your project where did u used the validations?
What are the components of struts framework?
What is the purpose of @after?
What is the purpose of global-forwards tag in struct-config.xml?
What is the role of action class in struts?
Which interceptor is responsible for i18n support?
Is struts mvc framework?
Explain about the process of functioning of the struts program?
What is the differences between struts1 and struts2?
What is difference between lookupdispatchaction and dispatchaction?
What are the some useful annotations introduced in struts2?
What is the use of struts?