On Sun, 15 Jul 2001, Erik Hatcher wrote:

> 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)??
> 

I think this makes sense.  That way, newly created ActionForm beans will
be initialized consistently no matter whether the controller servlet or
the form tag created them.

It was proposed prior to 1.0 going final, but I was hesitant to change
behavior at that late a date.  For 1.1, we can call it a "new
feature" :-).

Barring any objections, I will go ahead and make this change.

Craig

Reply via email to