You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Nathan Maves <Na...@Sun.COM> on 2004/07/27 01:11:46 UTC

jstl equivalent

Anyone have a quick replacement for the following?

<logic:messagesPresent message="true">
     <html:messages id="message" message="true">
         <c:out value="${message}"/>
     </html:messages>
</logic:messagesPresent>

<html:errors />


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


Re: jstl equivalent

Posted by Wendy Smoak <ja...@wendysmoak.com>.
From: "Nathan Maves" <Na...@Sun.COM>
> Anyone have a quick replacement for the following?
> <logic:messagesPresent message="true">
>      <html:messages id="message" message="true">
>          <c:out value="${message}"/>
>      </html:messages>
> </logic:messagesPresent>
> <html:errors />

See if this helps:
http://wiki.apache.org/struts/StrutsDeprecatedActionErrors

-- 
Wendy Smoak

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