FormTag and ActionForm.reset

2001-07-15 Thread Erik Hatcher
Struts-Dev, Would it make sense in org.apache.struts.taglib.html.FormTag where the ActionForm is instantiated for a call to reset be made (in the same place where setServlet is called in doStartTag)?? It seems it would be handy to have reset called immediately after instantiation in order for

Re: FormTag and ActionForm.reset

2001-07-15 Thread Levi Cook
: FormTag and ActionForm.reset Struts-Dev, Would it make sense in org.apache.struts.taglib.html.FormTag where the ActionForm is instantiated for a call to reset be made (in the same place where setServlet is called in doStartTag)?? It seems it would be handy to have reset called immediately

Re: FormTag and ActionForm.reset

2001-07-15 Thread Erik Hatcher
This was logged as an Enhancement request in the Apache Bug Database-- http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2108 Thanks - sorry I should have looked there first. On the other hand, most ActionForms aren't designed for reuese ( probably shouldn't be). So it should be quite safe

Re: FormTag and ActionForm.reset

2001-07-15 Thread Levi Cook
I don't think you missed anything-- I just forgot about the reset methods signature :) -- Levi - Original Message - From: Erik Hatcher [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, July 15, 2001 8:41 PM Subject: Re: FormTag and ActionForm.reset This was logged