need help with somewhat tricky custom prop editor to set appropriate Object's fields Hi, Gentlemen. I need Your help with the following (I work with Spring 3): there's a Controller, e.g. ...
Custom Editors for Date and Double objects I have problems with converting/formatting java.util.Date and java.lang.Double objects. Date objects don't get the right format when loading. I've registered a CustomDateEditor with SimpleDateFormat ...