what are the type of forward class in Struts?
Answers were Sorted based on User's Feedback
Answer / satya
Actually in struts frame work There are 2 types of forward
method r there.
1.Local forward()
2.Global forward()
| Is This Answer Correct ? | 8 Yes | 1 No |
Answer / 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 |
how does request processor relates to action mapping?
What are best practices to follow while developing Struts2 application?
Even though Servlets and JSP are web based concepts .wht is the use of using Struts using then
What does apache struts do?
What is value stack?
what is ForwardAction and IncludeAction in struts?
What is the purpose of @conversionerrorfieldvalidator annotation?
How to use dispatchaction?
What are the classes used in struts?
What is difference between spring and struts?
why we are using vo,dao and dto design patterns in struts framework
What are the classes used as part of struts framework ?