TextArea « validation « JSF Q&A





1. JSF 2.0: limit length for h:inputTextarea    stackoverflow.com

How to limit length of h:inputTextarea?
for h:inputText it works OK with maxlength attr.
Is it standard attribute for h:inputTextarea? Haven't found it in docs. PS. i know that it's possible to do with jQuery ...

2. JSF Text Area Validation    coderanch.com