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 |
What are inner class and anonymous class?
What is the use of jsonvalidation in struts?
why we are using vo,dao and dto design patterns in struts framework
what is ForwardAction and IncludeAction in struts?
What is DynaActionForm?
How to convert struts to spring mvc?
Explain design patterns which is used in struts?
How do I access token?
What is life cycle of an interceptor?
What is struts 2 framework in java?
Do we need to pay the struts if being used in commercial purpose?
How to handle exceptions in structs?