editor « Object « Spring Q&A





1. need help with somewhat tricky custom prop editor to set appropriate Object's fields    forum.springsource.org

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. ...

2. Custom Editors for Date and Double objects    forum.springsource.org

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 ...