How many types of action clases are there in stuts and
their uses?
Answer Posted / smitha
The ForwardAction acts as a bridge from the current View
(JSP) and the pages it links to. It uses the
RequestDispatcher to forward to a specified Web resource. It
is the glue that allows you to link to an action instead of
directly to a JSP.
| Is This Answer Correct ? | 1 Yes | 7 No |
Post New Answer View All Answers
Do we need to pay the struts if being used in commercial purpose?
Why we use struts in java?
What are apache struts?
Which library is provided by struts for form elements like check boxes, text boxes etc?
What are the two types of validations supported by validator framework?
What is the purpose of @requiredstringvalidator annotation?
How struts control data flow?
What configuration changes are required to use resource files in Struts?
Explain the life cycle of a request in struct2 application?
What is the purpose of @requiredstringvalidator?
What is the purpose of @element annotation annotation?
Describe the mvc on struts?
How many struts config file can be created in struts?
What is the purpose of @key annotation annotation?
What is the difference between struts1 and struts2?