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 best practices to follow while developing Struts2 application?
What is structs 2 validation framework?
how to write my own Action servlet by extending pre-defined Action servlet in struts config.
What is the difference between a Strut and a Class?
What is the purpose of @results annotation?
what are the componenets of struts?
Give an example where struts tiles may be used?
what is mean by custom tag?
What is the use of namespace in action mapping in Struts2?
What is the purpose of '@customvalidator'?
Struts follows which design patterns?
What is the use of web xml in struts2?