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=10520>. 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=10520 html:messages tag does not display any action messages ------- Additional Comments From [EMAIL PROTECTED] 2002-07-15 04:15 ------- There does seem to be something odd going on with this tag. I just tried two tests which should have had the same result but did not. This works: <html:messages property="prop1" message="true" id="value"> <%= pageContext.getAttribute("value") %> </html:messages> This does not: <html:messages property="prop1" message="true" id="value"> <bean:write name="value"/> </html:messages> Specifying the scope to <bean:write> makes no difference, either. I'll play with this some more, but I wanted to record the fact that I am also seeing problems. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>