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
-
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
>
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
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,
4 matches
Mail list logo