Hello,
I want to show in my textfield control a formated value.
In my globalMessages.properties I've this
format.number={0,number,###,##0.00}
This code works fine
<s:text name="format.number"><s:param name="value" value="myFieldValue"
/></s:text>
But can't use it with a <s:textfield name="myFieldValue"
id="myFieldValue" label="myFieldValue:"/> and apply the format to it.
?????? help!!!
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]