what are the type of forward class in Struts?
Answer Posted / mani
In Struts1.x there are two forward class
local forward
global forward
The forwards which are visible to only one action class is
called local forward
Global forwards which are visible to all action class is
called global forwards
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you mean by the abstract package in struts2, and what is its utilization?
What is the life cycle of actionform?
When should we use SwtichAction?
How can link tag’s action attribute be used?
Which interceptor is responsible for file upload support?
What is the difference between struts1 and struts2?
What does params interceptor?
Why is it called struts?
What is struts in j2ee?
What are the benefits of Interceptors in Struts2?
What is action chaining ?
What is actionservlet?
What is the purpose of @stringlengthfieldvalidator annotation?
How can we upload files in Struts2 application?
How to get data from the velocity page in a action class?