Answer Posted / pkr_reddy
action servlet is responsible to identify the request and
receive the request.this is initial starting point to the
communication and justify the purpose of the communication
across the diff environments.
org.apachi.struts.action.actionsevlet;
action classes is define to be the user.it is controller
where we provide the user defined controller logical
transactions which allways listen to actionservlet.
| Is This Answer Correct ? | 9 Yes | 7 No |
Post New Answer View All Answers
What is controller in struts2?
Is struts action class singleton?
What is the purpose of action tag in struts.xml?
Which class is the Front Controller in Struts2?
How do you create message resource?
Describe validate() and reset() methods.
What is the purpose of @before annotation?
How we can controlled duplicate form submission in struts?
Can we have multiple struts config files in a single web app?
Explain about struts?
What are the major differences between html tags and strut specific html tags?
Where should struts xml be placed?
Can you explain struts.properties in struts2?
Where can I get help with struts?
What is the purpose of dispatcher result type?