I have two CellTables that are logically connected together. When I change the selection of the first one, I need to change the data representation in the second one. When I first create the two tables, this works. I call refresh on the DataProvider for the second table, it calls getValue for the column of check boxes, and the boxes are checked correctly.
However, when I change the selection in the first table, and then call refresh on the DataProvider, the getValue calls are made, but their results are ignored. Is this a bug in GWT, or am I doing something wrong? TIA, Greg -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
