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
What is the purpose of global-forwards tag in struct-config.xml?
What is difference between interceptors and filters?
What is the front controller in struts2?
How can duplicate form submission be handled in struts 2?
Explain the necessity of empty tag?
What steps are required to for an application migration from Struts1 to Struts2?
In how many ways duplicate form submission can occurs?
What is actioncontext?
How nested beans can be used in Struts applications?
Are interceptors and filters different?
How client side validation is enabled on a jsp form?
What are the Core classes of Struts Framework?
What are the action classes in struts?
Do I have to credit struts on my own website?
Can you explain the directory structure for a struts folder in brief ?