how to disable resize function for multiple rows of inputText?
I have a multiple rows inputText component like below:
<af:inputText label="#{ZccToolbarGenBundle['OLabel.TransferNote']}"
id="it1" autoSubmit="true" columns="150"
immediate="true" simple="true" rows="5"
binding="#{transferBean.transferNoteText}"/>
How can I turn off the resizing icon on the bottom of right hand side of this input text box?
Thanks for any help.