0 Replies Latest reply on Dec 18, 2008 1:41 AM by jfrankman

    AJAX onclick or onselect to populate Text area.

      I want to be able to create a form with a select box and read-only text area. When an item in the select box is selected I want the value selected to be appended to the text area. I could not do this with regular javascript because it kept clearing out the text area after the function call.


      I could not find a richfaces component that would do this sort of thing. Is the prefered way of doing simple javascript functionality to use the a4j library or should I do something else?