Hi,
I have begun using the new Messages stuff, and thought I'd point out what
appears to be an error in the documentation for it. In the taglib/html
package.html that comes with the nightly build, it gives code snippets to
display a message:
<html:messages id="message">
<li><bean:write name="message"/></li>
</html:messages>
and
<html:messages id="message" property="activationDate">
<bean:write name="message"/><br>
</html:messages>
However, I had to add 'messages="true"' to the first line of each to get it to
work.
Cheers,
Dave