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
Are struts still used?
How do you find the struts version being used in a project?
How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?
Is there a particularly good ide to use with struts?
How can you create your custom interceptor in struts 2?
What is the difference between shocks and struts?
Can you explain value stack?
How can we upload files in Struts2 application?
What are the loop holes of struts?
What is struts and why it is used?
What are construction struts?
how to get the last 10 elements using logic:iterate in struts with hiernate from database.
Do I have to credit struts on my own website?
What are the reasons for an error message not being displayed while developing struts application?
What is ognl?