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=11734>.
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=11734

Fix use of "formBean" error in RequestUtils.createActionForm() to send type, instead 
of name

           Summary: Fix use of "formBean" error in
                    RequestUtils.createActionForm() to send type, instead of
                    name
           Product: Struts
           Version: 1.1 Beta 2
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Utilities
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


In "RequestUtils.createActionForm()", if it fails to create an instance of the
form class, it tries to emit error key "formBean", whose message is "Error
creating form bean of class {0}".  It is obviously intended from this message
that the argument should be the class name.  Unfortunately, the three
occurrences of this error code in this method are using the "name" instead of
the "type".

I tested a patch for this in 1.1b2, which I'll attach.

(Now if I could just figure out why the heck it is failing to load the class,
probably due to some obscure classloader problem, or some sort of ignorance on
my part, *grumble*.)

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

Reply via email to