what are the type of forward class in Struts?
Answer Posted / 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 |
Post New Answer View All Answers
What is dispatch action class?
What's the purpose of execute method of action class?
What is the difference between plain-validator and field-validator?
What does params interceptor?
What is s token?
How does struts2 token work?
List the important attribute and elements of action mapping under struts.
What is the front controller in struts2?
Explain how to work with error tags?
What design patterns are used in struts?
What is actioninvocation?
Can we have multiple struts config files ?
What are apache struts?
How many servlet controllers are used in a Struts Application?
What configurations are stored in struts configuration file ?