Hello, I have a drop down with values from 10000 to 20000, and the dropdown value is mapped to a managedbean property which takes a float parameter. When I tried to submit, it gives me a cast exception, java.lang.Float. What should I do? I also have another proprety Date of birth (h:inputText) which sets to a method with "java.util.Date" parameter, seems ...