--- Mark Menard <[EMAIL PROTECTED]> wrote:
> On 4/23/07 5:37 PM, "chengas123" wrote:
> <s:text name="format.date"><s:param name="value"
> value="orderDate"
> /></s:text>
> 
> That will do the date, there are some other formats
> listed on the Wiki I
> think. *shrug*

Yes, and money is also supported (see thread from a
week or two ago, but in a nutshell you need a money
format in your properties, such as:

format.money={0,number,currency}

and in the JSP:

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

d.


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

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

Reply via email to