It doesn't map to anything in the struts.xml file. The purpose of the null return type is to bypass the standard result handling and do everything yourself. So you have to set the result code, content type, content length and stream the contents back, then return null. (*Chris*)
On Fri, Dec 26, 2008 at 10:05 PM, taj uddin <tajuddi...@yahoo.com> wrote: > Hi, > > I have a doubt like.... I am returning null result from my action class > where as in my configuration file(i.e xml) file i have declared result types > "success" and "failure". > So, to which result does it map when i return null from my action class? > Pls help me in this issue > > > >