Thanks Andrej. Your suggestion worked. Now this message will be in the archives for others to find :-)
Thanks again, Tom ----- Original Message ----- From: "Sobkowski, Andrej" <[EMAIL PROTECTED]> > you may want to try with the following: > > <table> > <logic:messagesPresent message="true"> > <tr> > <html:messages id="message" message="true"> > <td><bean:write name="message"/></td> > </html:messages> > </tr> > </logic:messagesPresent> > </table> > > Please note the message="true" attribute in html:messages. Without that, the > tag looks for ActionErrors (under a different key) and not ActionMessages. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

