I'm having the following difficulty, getting a value through my form:
Double salario = Double.parseDouble(request.getParameter("salario"));
Since the value entered by the user will be something like: 2.687,35 . And this value, I will compa...
asked by
22.04.2014 / 20:07