--- Harring Figueiredo <[EMAIL PROTECTED]> wrote:
> How can I format a number with the currency format?
> 
> I have taken a look at
> http://struts.apache.org/2.x/docs/text.html and
> still cannot figure out the correct syntax.

Is

<s:text name="format.money">
  <s:param name="value" value="myMoneyValue"/>
</s:text>

where

format.money={0,number,currency}

Not the correct syntax? 

I ask because it doesn't seem like it's what you're
using:

> I tried this and it does not work.
> <s:text>
>   <s:param name="amount" value="amount"/>
> </s:text>

d.



       
____________________________________________________________________________________
Don't pick lemons.
See all the new 2007 cars at Yahoo! Autos.
http://autos.yahoo.com/new_cars.html 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to