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 the advantages of spring mvc over struts mvc?
What is structs 2 validation framework?
What is struts validator framework?
What is the role of action class?
What is interceptor struts2?
What is the difference between plain-validator and field-validator?
Explain the difference between plain-validator and field-validator in struts?
What is difference between perform() used in struts1.0 and execute() used in 1.1 ?
How is the action mapping specified?
Why do we use struts?
what is mean by custom tag?
How nested beans can be used in Struts applications?