formBacking « Object « Spring Q&A





1. SetCommandClass versus hard coded formBacking object    forum.springsource.org

The command object is usually a one-to-one relationship with the Form Controller and Validator. On one hand, the command class can be hard coded in the Controller/Validator such as: Code: public ...

2. FormBacking object, Confused!    forum.springsource.org

FormBacking object, Confused! Hi me again I am a little confused. I have several classes that I want to provide "create" froms for, to create a user for example. Most if ...

3. Formbacking Object Problem    forum.springsource.org

Formbacking Object Problem I am using SimpleFormController Please see the following code public Object formBackingObject(HttpServletRequest request) { String id = request.getParameter("id"); if(id is not null) { /* For EDITInG purpose */ ...

4. formBacking object    forum.springsource.org

A form backing object is used to display a form with preloaded data, Example: you have form that you are using to edit a person's details. the form is showing the ...