You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Tim Clotworthy <tc...@bka-inc.com> on 2003/07/23 21:13:58 UTC

According to TLD, tag bean:message must be empty, but is not'

Can someone tell me what would cause the following error (when jsp is
compiled), when trying to use the <bean:message> tag:

According to TLD, tag bean:message must be empty, but is not'

thanks

RE: According to TLD, tag bean:message must be empty, but is not'

Posted by Cecile Mercado <ce...@radianse.com>.
You probably just forgot the slash at the end.  You probably have:

  <bean:message ... >

when it should be:

  <bean:message ... />

- Cecile

-----Original Message-----
From: Tim Clotworthy [mailto:tclotworthy@bka-inc.com]
Sent: Wednesday, July 23, 2003 3:14 PM
To: Struts Users Mailing List
Subject: According to TLD, tag bean:message must be empty, but is not'


Can someone tell me what would cause the following error (when jsp is
compiled), when trying to use the <bean:message> tag:

According to TLD, tag bean:message must be empty, but is not'

thanks



---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org