Format « MVC « Spring Q&A





1. Spring MVC - Selective Formatting    stackoverflow.com

I have a custom tag that extends Spring's InputTag to display numbers in the format ",###.0". I've registered a custom PropertyEditor for the Double class to handle the formatting. When a form ...

2. Spring formatters for nulls values    stackoverflow.com

I have a select control in my view and i want to "bind" or "format" the item "Please select an item" to a null value in my backing form object. Is ...

3. Spring Formatters inside data model, is this a violation of MVC? Is there a better alternative?    stackoverflow.com

Spring provides formatters (and converters) with the use of annotations. This means that a request parameter can be annotated on a controller to format user input and also a property of ...

4. Spring Formatters inside data model, is this a violation of MVC? Alternative?    forum.springsource.org

Spring Formatters inside data model, is this a violation of MVC? Alternative? Spring provides formatters (and converters) with the use of annotations. This means that a request parameter can be annotated ...

5. How to use 3.x Field Formatting not in MVC?    forum.springsource.org

How to use 3.x Field Formatting not in MVC? How does one configure and use domain entities annotated with Spring field formatting annotations (e.g. @NumberFormat, @DateTimeFormat) outside of Spring MVC? Our ...