Hi While converting my app from myfaces 1.1.5 to use trinidad I'm now stumped by the following behavior: I have a tr:table with a column containing a link and an action to call on my managed bean when the link gets clicked. The managed bean called getRowData to determine the row selected and thus the element in ListDataModel to handle.
This was working find when using myfaces 1.1.5. But having converted the dataTable to tr:table I'm finding getRowData always returns the last row in the table (regardless of in which row the link was clicked). I'm sure this must be a standard problem for anyone migrating to trinidad. Any ideas? Regards, Stephan -- View this message in context: http://www.nabble.com/Problem-with-ListDataModel%3A%3AgetRowData-tp16349933p16349933.html Sent from the MyFaces - Users mailing list archive at Nabble.com.

