bjs:inputTextarea - maxlength doesn't works...

Hello all,

I'm using a bjs:inputTextarea in my page and it gives me a parse error on loading when i assign a maxlength="20" attribute. The Bpc throws a parsing exception because the maxlength attribute is not accepted. I'm using Backbase JSF 3.3.1.

¿ Someone knows why ?

Thanks.

< --- bjs:inputTextarea rendered="true" maxlength="20" styleClass="txt_blue_table" style="width:275px;text-align:left;" rows="4" value="This is the text..." --- />

Hi ya100he, The

Hi ya100he,

The bjs:inputTextarea does not have the attribute maxlength. You should use maxWidth instead.