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 |
why do we typecast ActionForm into our plain java bean class in Action class? What is the reason?
What is apache struts used for?
How many types of action clases are there in stuts and their uses?
15 Answers OHO, TCS, Wipro,
What is the purpose of @key?
How to explain struts work flow
12 Answers CSS, iFlex, iGate, mpower, TCS,
What is action class? What are the types of action class?
what is mean by custom tag?
Hai all.What is the use of <logic:iterate>tag in struts application.
what is the difference between *.do & /do.*/? So what is the diffenence btn extension mapping & path mapping.What is those difference in work effect?
can we change the location of struts-config.xml file?
Wat is Difference between Mvc1 architecture and Mvc2 Architecture?
21 Answers HCL, IBM, Sanyaa Infotech,
Can I have html form property without associated getter and setter formbean methods?