DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7501>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=7501

ActionForm.reset() called twice.

           Summary: ActionForm.reset() called twice.
           Product: Struts
           Version: 1.1 Beta 1
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Controller
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


I'm seeing ActionForm.reset() being called twice on a Form post.

In the method:
   org.apache.struts.action.RequestProcessor.process(... request, ... response)

reset() called thru line #143
   ActionForm form = processActionForm(request, response, mapping);
   ...
   RequestUtils.createActionForm(...)
   ...
   instance.reset(...)

and again thru line #144
   processPopulate(request, response, form, mapping);
   ...
   form.reset(...)

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to