Thanks Rick. I was racking my brains for a solution; I realised this missing bean tag import after I had posted this last night.
----- Original Message ----- From: "Rick Reumann" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Monday, October 11, 2004 8:42 AM Subject: Re: Problem displaying errors/messages - Repost Satish Talim wrote the following on 10/10/2004 9:22 PM: > <%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %> > <%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %> > <html:messages id="error" message="false"> > <L1><bean:write name="error"/></L1> > </html:messages> You're missing the bean tag import. -- Rick --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

