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

2017-04-25 Thread James Selvakumar
Hi Francois, Thanks again. I'll try to recreate this problem in a quickstart and will update here. On Tue, Apr 25, 2017 at 3:12 PM, Francois Meillet < francois.meil...@gmail.com> wrote: > Hi James, > > Please make a quickstart so I can have a better overview. > > François > > > > > Le 25 avr.

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

2017-04-25 Thread Francois Meillet
Hi James, Please make a quickstart so I can have a better overview. François > Le 25 avr. 2017 à 03:35, James Selvakumar a écrit : > > Hi Francois, > > Thank you very much for your reply. > I define my datatable like this: > > StandardDataTable dataTable = new

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

2017-04-24 Thread James Selvakumar
Hi Francois, Thank you very much for your reply. I define my datatable like this: StandardDataTable dataTable = new StandardDataTable("dataTable", columns, this.getDataProvider()); And that's the only place I use a data provider. I don't override it's model. In my data provider I don't call

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