life cycle of struts?

Answer Posted / manohar reddy. vummadi

From Jsp page the controller looks into <form>tag with that
it enters into the web.xml, in web.xml it checks the <url-
pattern> tag, and it maps with <servlet-name> tag in
<servlet-mapping> tag, again it checks with <servlet-name>
which is there in <servlet> tag, it looks for corresponding
<servlet-class>.The Controller goes in strus-config.xml
from the it controller checks with the (req name) both in
<action> and <form-bean> if it is matching it will look
into the FormBean class.In FormBean class we have to write
setters and getters for the form input fields which are
there in Jsp page.Then the req is forwadard to Action
class. In Action class it will do some business logic based
on the requirement.

Is This Answer Correct ?    19 Yes 8 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is action class?

584


What is the default suffix for struts2 action uri ?

555


What is difference between spring and struts?

508


When it’s useful to use IncludeAction?

556


How to work with error tags?

569






What is interceptor? And life cycle methods of interceptor?

578


How action-mapping tag is used for request forwarding in struts configuration file?

590


What does params interceptor?

539


How to get data from the velocity page in a action class?

572


What is the difference between validation.xml and validator-rules.xml files in struts?

517


What are the core components of a struct2 based application?

566


Why actionservlet is singleton in struts?

598


What is actionservlet?

564


What is strut action mapping?

517


What is java struts?

545