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=14411>. 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=14411 bug in html:multibox [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |INVALID ------- Additional Comments From [EMAIL PROTECTED] 2002-11-09 18:47 ------- I'm going to mark this as invalid, because I believe it is not a bug, but I've had to guess on some of the details of your example, because you haven't provided any. I'm guessing that the "name" property of your "student" bean is null. If that's true, this is how it has to work. The resulting body content of the "html:multibox" tag ends up being null, and there's no way for the tag code to know (even if we wanted to know) whether the body content was null because there was no body content, or because a property evaluation came out null. There is further support that "student.bean" is null, because the second tag works, and just produces a value of "1". In the future, it would be good if you would provide more detailed information, like which container and version you're using, and the relevant details of the objects you're referencing. -- To unsubscribe, e-mail: <mailto:struts-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>