| Author |
Spring mvc: How to bind textarea?
|
A Bhattacharya
Ranch Hand
Joined: Oct 22, 2007
Posts: 125
|
|
While submitting a form the text in the textarea doesn’t get submitted as it is not the “value” of the textarea. So how to accomplish it?
FYI this is how I tried but null gets submitted to the controller.
It is surprising I don’t find a single help about this on the internet.
|
 |
Karina Guenther
Ranch Hand
Joined: Sep 16, 2005
Posts: 41
|
|
I had the same problem and eventually wound up with was:
The key seemed to be id=
|
 |
 |
|
|
subject: Spring mvc: How to bind textarea?
|
|
|