| Author |
<result> tag in struts.xml
|
MaheshS Kumbhar
Ranch Hand
Joined: Sep 24, 2009
Posts: 188
|
|
I am a new learner of Struts2
What does it mean by
Here what does type attribute means?
|
I am slow but sure
|
 |
Ankit Garg
Saloon Keeper
Joined: Aug 03, 2008
Posts: 9189
|
|
The type defines the type of the result . Like redirectAction will redirect the browser to the result. The general dispatch result uses a server side request dispatcher to the result. You can get more info on results here and here...
|
SCJP 6 | SCWCD 5 | Javaranch SCJP FAQ | SCWCD Links
|
 |
 |
|
|
subject: <result> tag in struts.xml
|
|
|