Re: DataGrid Pagination Problem

2011-10-09 Thread kapil kumar
1Thanks Chris, but I dont understand why,when and where should I call this createSimplepager(); 2And If it gets called all by itself can you please help me understand how do I add that newly created instance if SimplePager to a VerticalPanel. As i want to add the simplePager to the south of my

Re: DataGrid Pagination Problem

2011-10-08 Thread chris
I ran into the same problem today and can tell you that it is most likely the @UiField(provided=true) annotation. I think I see your problem and you are creating another SimplePager in your constructor and it is not being assigned to pager1. This is what is giving you the null pointer exception. I

DataGrid Pagination Problem

2011-10-05 Thread Karzai
Hi I m getting the following error can anyone please help me in resolving and getting a proper pagination flow, on clicking of the paginate icon. below is the code I have been trying to use and the exception I'm getting : Exception : === 11:17:33.939 [ERROR] [myapps] Unable to load