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

Cannot find bean under name org.apache.struts.taglib.html.BEAN (forgot to put the 
"name" in a multibox)

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2003-11-28 23:57 -------
The docs for the <html:multibox> name attribute say, "The attribute name of the
bean whose properties are consulted when rendering the current value of this
input field. If not specified, the bean associated with the form tag we are
nested within is utilized."

http://jakarta.apache.org/struts/userGuide/struts-html.html#multibox

Since you didn't specify a name it tried to use the default and still failed,
which is what the message is telling you.  Struts can't do anything about the
line number issue.

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

Reply via email to