1. NumberFormatException binding to Number forum.springsource.orgWe are binding a text input field to a property of type Long on our command class. We have a Validator which checks that the user's input is a valid number ... |
2. Binding to primitives (or simply numbers) forum.springsource.orgBinding to primitives (or simply numbers) Is there a better way (hopefully besides javascript) to validate user input of numbers BEFORE the onBind is called? The issue I'm coming across (and ... |
3. binding to an unknown number of fields. forum.springsource.orgbinding to an unknown number of fields. Hi! I'm converting a restaurant webpage, with a online ordering facility, in an effort to learn spring. The first page of the ordering process ... |
4. binding dynamic number of text boxes forum.springsource.orgbinding dynamic number of text boxes I have a requirement that seems to be an extension of binding checkboxes. Let's say I have a list of possible phone number types (home, ... |
5. What is the best way to bind an unknown number of select inputs? forum.springsource.orgWhat is the best way to bind an unknown number of select inputs? For example, I'm generating a form with a dynamic number of select inputs, so the command bean really ... |