Hi Friends, I had h:dataTable rerender Problem when displaying the values of the table,initially its working good, after i add some values to that table after that it is not rerender automatically(i specified rerender). intially the datatable displays values properly, after click on add button some values will be added to this table, after that this table is not rerender, if anu body know help me [ October 04, 2008: Message edited by: Edukondalu Avuka ]
Abhishek lohiya
Greenhorn
Joined: Oct 06, 2008
Posts: 2
posted
0
Rendered property is only for enabling or disabling component value that takes boolean which is by default true
As you said you are adding one row by add button. as one you submit new record , you add into old collection I guess Just assure that jsf property of that collection should mapped with business bean not with pagebean as Business Bean Scope is at session level & Page bean Scope is at Request level
So ,Problem is with page scope not with rendered...
Edukondalu Avula
Greenhorn
Joined: Oct 03, 2008
Posts: 5
posted
0
i already change the scope level, still i get the same problem