i have a problem with format number in Struts 2 Java EE.
I get a double from de DataBase for example 1000,3 but , when i try to print this value in the textfield .... , this value show like this 1.000,3 witch de dot, and i want to show the number with-out the dot . Thx.
<td> <s:textfield name="example[%{#stat.index}].Import" id="Import%{#stat.index}" onBlur="Validate(this)"/>
Validate is only a JavaScript function witch Regex thx.