posted 8 years ago
Hello
I have a p:dataTable with 3 columns and one of the columns is editable. When the user edits this column some calculations happen and the value of another column and a field in the footer should change.
This all functions except that column b does only get rerendered after clicking in the window or changing the tab, not automatically.
In line 26 there is the inputcomponent to change the quantity and in the setter of the quantity actions get triggered to change totalsum and modelPriceInput
I guess that the values are in the table, but the rendering only starts after a click anywhere on the page.
I have also tried
instead, but this does not change the footer at all, even after a click on the page.
I want this rendering without additional user input. Maybe someone knows what to do here!
regards, michael