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 |
List some struts tag libraries?
What applications use apache struts?
What are the some useful annotations introduced in struts2?
Can we handle exceptions in Struts programmatically?
Are interceptors and filters different?
Can we integrate struts with spring?
How display data base errors on web console by using the Struts Framework?
What is pojo in struts2?
what is the struts internal code?
What are the features of struts 2?
What is xml based validation in struts2?
In struts how to use regurlar formbeans using validation framework explain?