And the answer is: ((UIXTable) myCoreTable).resetStampState();
> -----Original Message----- > From: Justinas Kurpis [mailto:[EMAIL PROTECTED] > Sent: Friday, September 14, 2007 11:48 AM > To: users@myfaces.apache.org > Subject: [Trinidad] refreshing input fields in tr:table > > Dear all, > > i have tr:table and tr:selectOneChoice in it's column. When > page loads that table is filled with data. User changes > values for some of comboboxes rendered by tr:selectOneChoice. > Afterwards on some tr:selectOneChoice which is not in the > table I reload tr:table's data. I do this by setWrappedData > of table's model and adding partial taget - the tr:table itself. > > Problem: > comboboxes rendered by tr:selectOneChoice in the table show > old values. > Texts rendered with tr:outputText in the same tr:table > change, so I am sure that data in data model changed, and > values of corresponding comboboxes changed also. > > I is well known behaviour of input's in tr:table? Hot to > reset their values? > > Thank You dear forum in advance.