aspose file tools
The moose likes Struts and the fly likes <result> tag in struts.xml Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "<result> tag in struts.xml" Watch "<result> tag in struts.xml" New topic
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
    
    2

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
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: <result> tag in struts.xml
 
Similar Threads
from JLS..
who can explain the method Integer.parseInt( ) to me?
problem with a pl sql function
If in a While not working
explain the code