Hi everyone,
I've found the source off my problem.
It seams that if you want to format a value in s:textfield tag you have to:
value="myFieldValue" />
value="%{myFieldValueID}"/>
The magic trick is the id attribute of s:text tag.
But will have some problems if I don't initialize myFieldValue i
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
/>
But can't use it with a id="myFieldValue" label="myFieldValue:"/> and apply the format to it.
?? help!!!
2 matches
Mail list logo