James,
Take a peek at my thread that I just updated :
forum.springframework.org/showthread.php?t=60039
Basically, I had to write my own onBind to bind the form elements to the array.
Hope...
Type: Posts; User: SlowOldFatRunner; Keyword(s):
James,
Take a peek at my thread that I just updated :
forum.springframework.org/showthread.php?t=60039
Basically, I had to write my own onBind to bind the form elements to the array.
Hope...
Just in case someone stumbles upon this thread, my resolution may help save you the time that I lost ...
I ended up writing my own onBind to handle this situation.
I find it curious that the...
Hello,
I have a situation where I can successfully bind all members of my command object during the render phase but during the form submission, all but one of the command object member variables...