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 |
Difference between ActionErrors and ActionMessage?
Describe validate() and reset() methods.
Which file is used by controller to get mapping information for request routing?
Difference between struts and spring?
What is http forward?
Is struts action class singleton?
multiple instances for action class is it possible
What are apache struts?
What is the significance of logic tags in Struts?
How can I make own ActionServlet? with example
What is struts-default package and what are it’s benefits?
Hai all.What is the use of <logic:iterate>tag in struts application.