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 is request processor class ?
What is the use of ActionErrors in Struts?
Briefly tell the two kinds of form beans.
What are result types in struts?
What is token used for?
How can we group related actions in one group in Struts?
What does validation interceptor?
How you will enable front-end validation based on the xml in validation.xml?
What is the forward action utilized for?
In which method of action class the business logic is executed?
Explain the core end goal while using java struts?
Why should we go for struts framework?