TextArea « RichFaces « JSF Q&A





1. How to capture value from textarea during form submission    stackoverflow.com

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 ...

2. JSF h:inputTextarea to HTML textArea - passing maxlength attribute    stackoverflow.com

I am using Richfaces and I am trying to make an <textArea> with maxlength atrribute set but JSF seems not to pass the maxlength attribute from h:inputTextArea. Any ideas why this ...