You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Jung, Eric (Contractor)" <ej...@russellmellon.com> on 2003/08/21 14:44:27 UTC

HttpServletResponse in ActionForm.reset()

Hi everyone,
I posted this question a couple days ago, but no one took a bite. Any suggestions?
I'm trying to get the HttpServletResponse from within the ActionForm.reset() method. Any ideas?

Thank you in advance for any help...

Sincerely,

Eric H. Jung
Software Engineer
Russell/Mellon Analytical Services
Everett, MA, USA 

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: HttpServletResponse in ActionForm.reset()

Posted by Jing Zhou <ji...@netspread.com>.
What do you want to do with HttpServletResponse in
ActionForm.reset()?
The reset() method is intended to reset necessary
properties in form beans in case they are not posted
from browsers. If anything gets wrong in the method,
you could throw IllegalArgumentException or
IllegalStataException.

Jing
Netspread Carrier
http://www.netspread.com

----- Original Message ----- 
From: "Jung, Eric (Contractor)" <ej...@russellmellon.com>
To: "Struts Users Mailing List" <st...@jakarta.apache.org>
Sent: Thursday, August 21, 2003 7:44 AM
Subject: HttpServletResponse in ActionForm.reset()


Hi everyone,
I posted this question a couple days ago, but no one took a bite. Any
suggestions?
I'm trying to get the HttpServletResponse from within the ActionForm.reset()
method. Any ideas?

Thank you in advance for any help...

Sincerely,

Eric H. Jung
Software Engineer
Russell/Mellon Analytical Services
Everett, MA, USA

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org