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 is apache struts used for?
What is the purpose of redirect result type?
Can we use struts and spring together?
What are the core classes of struts?
Describe validate() and reset() methods.
What configuration files are used in struts?
What is the purpose of @conversion?
What is ognl?
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?
What is interceptor struts2?
What are different ways to create Action classes in Struts2?
How can we display validation errors on jsp page?
What is used to display the intermediate result in an interceptor?
What is struts.devmode?
What is the use of forwardaction?