| Author |
List Binding -- form:checkboxes
|
Dave Okey
Greenhorn
Joined: May 16, 2011
Posts: 3
|
|
Hi all. Thanks in advance for any help..this really has me stumped.
I have the following object association in my model:
Controller:
My PropertyEditor:
My JSP form:
The form renders correctly. That is, the checkbox list of Contracts is generated and the correct ones are "checked." The problem is when I submit I get:
The custom property editor seems to be doing its job and there are no null/empty strings being passed to my property editor.
If the form and controller makes the conversion when viewing the form, why is it having trouble when processing the form? What am I missing here?
Thanks!
|
 |
Dave Okey
Greenhorn
Joined: May 16, 2011
Posts: 3
|
|
I guess a fresh set of eyes first thing in the morning does the trick again.
My custom property editor had no clue what to do with the id value I was passing in since it couldn't access my DAO/service. So, I had to change the constructor:
Then, modified the initBinder in my controller:
Maybe this will help someone else.
|
 |
 |
|
|
subject: List Binding -- form:checkboxes
|
|
|