1. Bizarre bug: inputTextarea only hook its value to the last row in dataTable stackoverflow.comThe bug is the |
2. InputText and InputTextArea value null when inside a DataTable coderanch.comHi, 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 ... |