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
Explain how can we upload files in struts2 application?
What are disadvantages of Struts?
What are the life cycle methods of interceptor?
Can we integrate struts with spring?
What is the purpose of @conversion?
What is the purpose of plug-in tag in struct-config.xml?
Is struts compatible with other java technologies?
In which order struts framework searches for a message bundle?
How is forward action used for integration?
Are struts still used?
What is the purpose of @after annotation?
What is action support class in struts2?
What do you mean by the abstract package in struts2, and what is its utilization?
How to work with error tags?
Explain the difference between plain-validator and field-validator in struts?