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 does i18n interceptor?
What is apache struts framework?
How can we integrate log4j in Struts2 application?
When wil use singleton class in Struts
What do you mean by tiles in struts?
shall we use any name for deployment descriptor of struts instead of struts-config.xml
Why was reload removed from struts (since 1.1)?
What are the main classes which are used in struts application?
What are result types in struts?
what r the disadvantages of MVC-2 Architecture?
how the error can be showed in the jsp page in struts?
What are apache struts?