You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by bu...@apache.org on 2003/11/29 00:57:42 UTC

DO NOT REPLY [Bug 24000] - Cannot find bean under name org.apache.struts.taglib.html.BEAN (forgot to put the "name" in a multibox)

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)

dgraham@apache.org changed:

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



------- Additional Comments From dgraham@apache.org  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: struts-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-dev-help@jakarta.apache.org