Hello Peter
can anyone tell me how to guarantee that the text field the user provide is a double?
how i did this??, mmm, (double a number with/out decimals) well, with regex, With regex you can control the amount of numbers after the dot ".###", if the number should negative or not, maybe start with a range (higher than 100)
i think that with regex is more fexible, furthermore remember this, all the variables of your actionForm are
String (a simple class of course without composition).