reset doesn't work well

2002-12-20 Thread Doug Ogateter
Hi: I have a problem with reset button. In my jsp file, I have html:reset/. In my form class, I have: public void reset(ActionMapping mapping, HttpServletRequest request) { amount = null; password = null; } in the struts-config.xml file, it has: actionpath=/xxx

RE: reset doesn't work well

2002-12-20 Thread Siggelkow, Bill
, December 20, 2002 3:38 PM To: Struts Users Mailing List Subject: reset doesn't work well Hi: I have a problem with reset button. In my jsp file, I have html:reset/. In my form class, I have: public void reset(ActionMapping mapping, HttpServletRequest request) { amount = null

Re: reset doesn't work well

2002-12-20 Thread Mark Lepkowski
Users Mailing List [EMAIL PROTECTED] Sent: Friday, December 20, 2002 3:37 PM Subject: reset doesn't work well Hi: I have a problem with reset button. In my jsp file, I have html:reset/. In my form class, I have: public void reset(ActionMapping mapping, HttpServletRequest request

RE: reset doesn't work well

2002-12-20 Thread Doug Ogateter
as it will not confuse the user about what the Reset button does. -Original Message- From: Doug Ogateter [mailto:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 3:38 PM To: Struts Users Mailing List Subject: reset doesn't work well Hi: I have a problem with reset button. In my jsp file, I have

RE: reset doesn't work well

2002-12-20 Thread Siggelkow, Bill
Mailing List Subject: RE: reset doesn't work well Hi, Bill: Thank you for reply. The ActionForm api says: public void reset(ActionMapping mapping, javax.servlet.http.HttpServletRequest request) Reset all bean properties to their default state. This method is called before

RE: reset doesn't work well

2002-12-20 Thread Loren Hall
[mailto:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 1:17 PM To: Struts Users Mailing List Subject: RE: reset doesn't work well Hi, Bill: Thank you for reply. The ActionForm api says: public void reset(ActionMapping mapping, javax.servlet.http.HttpServletRequest request) Reset all bean