Re: Unable to retrieve row model in DataTable while running the application in Jetty

2017-04-21 Thread Francois Meillet
Hi James, Do you use the same DataProvider for your DataTable ? Do you use the same model when you override DataTable # IModel model(T object); Do you call detach ? François > Le 21 avr. 2017 à 09:38, James Selvakumar a écrit : > > Hi all, > > I have a DataTable with

Unable to retrieve row model in DataTable while running the application in Jetty

2017-04-21 Thread James Selvakumar
Hi all, I have a DataTable with some ajax links in the first column. Other columns are simple property columns. The ajax links are used to edit/delete associated entities. The ajax links are encapsulated inside a panel. The DataTable itself is rendered fine. The problem I face is that the