Re: reponse commited

2005-06-17 Thread Wendy Smoak
From: "Karthika L V somayajula" <[EMAIL PROTECTED]> > if i return null, where will the action forward to? Nowhere. By returning null, you inform the framework that you have handled the response, and it doesn't need to do anything. -- Wendy Smoak -

Re: reponse commited

2005-06-17 Thread Karthika L V somayajula
TECTED]> wrote: > Quickly glancing at your code I believe you need to return null such as > > ostr.close(); > return null; > > HTH, > Glenn > > > > > Karthika L V somayajula <[EMAIL PROTECTED]> > 14/06/2005 10:35 AM > Please respond to >

Re: reponse commited

2005-06-14 Thread glenn . deschenes
Quickly glancing at your code I believe you need to return null such as ostr.close(); return null; HTH, Glenn Karthika L V somayajula <[EMAIL PROTECTED]> 14/06/2005 10:35 AM Please respond to "Struts Users Mailing List" To user@struts.apache.org cc Subject reponse commi

reponse commited

2005-06-14 Thread Karthika L V somayajula
I hope am into the right group I have a problem with downloading files using struts. I am using J2SDK 1.4.2_06 Struts 1.2.4 Jboss 4.0.1RC2 My download Action is : public ActionForward executeAction( ActionMapping mapping, ActionForm form,