inputTextarea « Datatable « JSF Q&A





1. Bizarre bug: inputTextarea only hook its value to the last row in dataTable    stackoverflow.com

The bug is the inputTextarea I have below. Only the last row can record any input from the inputTextarea, in other word, only the last row, hook it value to #{PostComment.comment.comment}. ...

2. InputText and InputTextArea value null when inside a DataTable    coderanch.com

Hi, I'm having issues pulling inputText and inputTextArea fields when they reside inside of a data table. I'm writing a common utility bean that will be utilized by all my managed beans so pulling the values using the getters is not an option. ie: i won't know which getters to call. I'm currently pulling the input fields by traversing the UIComponent ...