custom type « Core « Spring Q&A





1. How do I register a custom type converter in Spring?    stackoverflow.com

I need to pass a UUID instance via http request parameter. Spring needs a custom type converter (from String) to be registered. How do I register one?

2. custom converter vs type converter    forum.springsource.org

custom converter vs type converter Problem: So I have a situation where a request param 99% of the time contains only 1 value which is what the app expects. But in ...

3. Dropdown list & custom types    forum.springsource.org

Dropdown list & custom types Hi folks, I have a form to edit a type NetworkElement, which has a field of type Group. A Group is just a Name and an ...

4. convert string to custom Date type?    forum.springsource.org

convert string to custom Date type? Hi friends, i have a custom date class which takes date in a form and does spring bind and when it prints back to jsp ...