I am using JSF 2, i have a requirement where i have to update second textearea while i am typing in textarea 1.
TextArea1: <h:inputTextArea maxlength="100" id="myTextarea" value="" />
TextArea2:<h:inputTextArea maxlength="100" id="output" value="" />
can someone help me out on this, though using jquery we can achieve this but i am looking for ajax component facility from JSF ?