JSF action from onChange
I'm trying to set up a data table with JSF that has boxes for row total that will sum the row total onChange of any box in the row. the row looks like: <tr id="input_row_1"> <td id="mondayInput1"> <h:inputText id="monday1" size="4" value="#{timesheet.monday1}" required="false" /> <!-- <input name="monday1" class="smallInput" type="number" size="2" maxlength="4" min="0"/> --> </td> <td id="tuesdayInput1"> <h:inputText id="tuesday1" size="4" value="#{timesheet.tuesday1}" required="false" /> <!--<input name="tuesday1" class="smallInput" type="number" size="2" maxlength="4" min="0"/> --> </td> <td