In this example of JSF Tag Library series, we are going to show an effective way to implement a textarea field. Suppose that we want to insert a textarea of 20 columns and 10 rows. In HTML, this means <textarea cols=”20″ rows=”10″></textarea>. According to JSF, we can use the following tag, to implement it: <h:inputTextarea […]