Re: Problems with Number Format

2007-11-02 Thread Moacir Cardoso
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

Problems with Number Format

2007-10-31 Thread Moacir Cardoso
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!!!