How to capture value from textarea during form submission
Posted
by Kalpana
on Stack Overflow
See other posts from Stack Overflow
or by Kalpana
Published on 2010-06-17T07:34:08Z
Indexed on
2010/06/18
4:13 UTC
Read the original article
Hit count: 284
I am using textarea to capture book description but textarea doesn't have attribute "value", How to pass the value to bean.
But the following mechanism to capture value doesn't seem to work
<textarea cols="80" rows="3" spellcheck="false">#{_book.description}</textarea>
© Stack Overflow or respective owner