You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Augusto Rodriguez <au...@criterio.com.ar> on 2003/05/22 19:42:55 UTC

bean:write format and c:out

Hi all !

how can i format the output of 
<c:out value=${myInt} />
like 
<bean:write name="bean" value="myInt" format="$#.##0,00" />

in an easy anb beautifull way?

Augusto

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


RE: bean:write format and c:out

Posted by Mike Jasnowski <mj...@bea.com>.
look at the <fmt:message/> tag in JSTL

-----Original Message-----
From: Augusto Rodriguez [mailto:augusto.rodriguez@criterio.com.ar]
Sent: Thursday, May 22, 2003 1:43 PM
To: Struts Users Mailing List
Subject: bean:write format and c:out


Hi all !

how can i format the output of 
<c:out value=${myInt} />
like 
<bean:write name="bean" value="myInt" format="$#.##0,00" />

in an easy anb beautifull way?

Augusto

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



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