I have a form which binds to a collection of objects in the backing object.
When I input data to the form, I am finding that some columns get bound to the object ok, and some don't.
I don't for a moment think that this is a problem with Spring, but I'm having a real problem getting a handle on it.
If I list the backing object values in formBackingObject, and then again in onBindAndValidate, some have been bound in the meantime, and some haven't. I've listed the request parameters received, and they all look OK.
Any ideas how I can investigate this further?
My real problem is that having upgraded my IDE, IDEA, to 4.5, and JBoss to 3.2.5, I can no longer get debugging of the web container to work. I know this isn't a Spring question, but does anyone have this configuration working who could help? So far the IDEA support hasn't been much help.
TIA,
Chris
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have a form which binds to a collection of objects in the backing object.
When I input data to the form, I am finding that some columns get bound to the object ok, and some don't.
I don't for a moment think that this is a problem with Spring, but I'm having a real problem getting a handle on it.
If I list the backing object values in formBackingObject, and then again in onBindAndValidate, some have been bound in the meantime, and some haven't. I've listed the request parameters received, and they all look OK.
Any ideas how I can investigate this further?
My real problem is that having upgraded my IDE, IDEA, to 4.5, and JBoss to 3.2.5, I can no longer get debugging of the web container to work. I know this isn't a Spring question, but does anyone have this configuration working who could help? So far the IDEA support hasn't been much help.
TIA,
Chris
Jetbrains have come up with the answer on the debugging issue, so maybe now I can solve my binding problem . . .
Chris