<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"><channel><title>Adrian Smith's Blog - Latest Comments in How to Create a Remote Paging Listview Using GWT-Ext</title><link>http://adriansmithsblog.disqus.com/</link><description></description><language>en</language><lastBuildDate>Mon, 22 Jun 2009 11:52:51 -0000</lastBuildDate><item><title>Re: How to Create a Remote Paging Listview Using GWT-Ext</title><link>http://www.17od.com/2008/07/24/how-to-create-a-remote-paging-listview-using-gwt-ext/#comment-11560399</link><description>Hi Rajesh,&lt;br&gt;&lt;br&gt;Is the "total" attribute returned in your JSON correct? (the total field in the example I give is "totalPerons" - although that's a mis-spelling, it should be "totalPersons"). This attribute should be the total number of records in the listview, not just the current page.&lt;br&gt;&lt;br&gt;Adrian</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">adrianfsmith</dc:creator><pubDate>Mon, 22 Jun 2009 11:52:51 -0000</pubDate></item><item><title>Re: How to Create a Remote Paging Listview Using GWT-Ext</title><link>http://www.17od.com/2008/07/24/how-to-create-a-remote-paging-listview-using-gwt-ext/#comment-11496479</link><description>Hi,&lt;br&gt;      I tried above example , in my data base i have 21 records.But it's displaying only 15 records in my grid and next page and last page buttons are disabled.Could you help us to figure out the mistake done by me.&lt;br&gt;&lt;br&gt;Regards,&lt;br&gt;Rajesh</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">rpelluru</dc:creator><pubDate>Sat, 20 Jun 2009 05:19:19 -0000</pubDate></item><item><title>Re: How to Create a Remote Paging Listview Using GWT-Ext</title><link>http://www.17od.com/2008/07/24/how-to-create-a-remote-paging-listview-using-gwt-ext/#comment-6204047</link><description>Unfortunately i put all the getters and setters methods. Do you have another idea about this problem? Maybe i am doing a mistake and i didn't notice.&lt;br&gt;&lt;br&gt;I notice the following:&lt;br&gt;&lt;br&gt;JSONArray jsonPersons = new JSONArray(persons, true);&lt;br&gt;&lt;br&gt;I don't have the constructor method JSONArray with a parameter boolean like you code. In my code is:&lt;br&gt;&lt;br&gt;JSONArray jsonAccounts= new JSONArray(accounts);&lt;br&gt;&lt;br&gt;&lt;br&gt;Other observation:&lt;br&gt;&lt;br&gt;How is inserted the attribute class in JSON:&lt;br&gt;&lt;br&gt;{&lt;br&gt;   "class": "class com._17od.servlets.Person",&lt;br&gt;   "dateOfBirth": "2001-05-19",&lt;br&gt;   "firstname": "Rebecca",&lt;br&gt;   "id": 5,&lt;br&gt;   "lastname": "Taylor"&lt;br&gt;  }&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Thanks a lot</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">belgamo</dc:creator><pubDate>Thu, 12 Feb 2009 07:00:38 -0000</pubDate></item><item><title>Re: How to Create a Remote Paging Listview Using GWT-Ext</title><link>http://www.17od.com/2008/07/24/how-to-create-a-remote-paging-listview-using-gwt-ext/#comment-6202568</link><description>Could it be that your Account object isn't a javabean (with getters for each attribute)?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">adrianfsmith</dc:creator><pubDate>Thu, 12 Feb 2009 03:39:42 -0000</pubDate></item><item><title>Re: How to Create a Remote Paging Listview Using GWT-Ext</title><link>http://www.17od.com/2008/07/24/how-to-create-a-remote-paging-listview-using-gwt-ext/#comment-6184075</link><description>Hi, very good code.&lt;br&gt;&lt;br&gt;I just have one doubt. I follow the steps and my json is like it:&lt;br&gt;&lt;br&gt;{&lt;br&gt; "accounts": [&lt;br&gt;  com.microcpd.mapp.server.Account@13b9fae,&lt;br&gt;  com.microcpd.mapp.server.Account@1706da8,&lt;br&gt;  com.microcpd.mapp.server.Account@2f356f],&lt;br&gt; "totalCounts": 3}&lt;br&gt;&lt;br&gt;Why are not showing the attributes of the Account, it's showing the object.&lt;br&gt;&lt;br&gt;Thanks a lot</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">belgamo</dc:creator><pubDate>Wed, 11 Feb 2009 14:35:21 -0000</pubDate></item><item><title>Re: How to Create a Remote Paging Listview Using GWT-Ext</title><link>http://www.17od.com/2008/07/24/how-to-create-a-remote-paging-listview-using-gwt-ext/#comment-5647319</link><description>Great piece of codes to work with.I'm getting everything but the data being displayed too. The data is returned to the client and is nicely displayed in Firebug, but no sign of it in the GridPanel. Will this not change with new platforms enforced?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">jaydress</dc:creator><pubDate>Thu, 29 Jan 2009 08:46:31 -0000</pubDate></item><item><title>Re: How to Create a Remote Paging Listview Using GWT-Ext</title><link>http://www.17od.com/2008/07/24/how-to-create-a-remote-paging-listview-using-gwt-ext/#comment-4037059</link><description>I'm getting everything but the data being displayed too. The data is returned to the client and is nicely displayed in Firebug, but no sign of it in the GridPanel. Any suggestions anyone?</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Angus</dc:creator><pubDate>Thu, 27 Nov 2008 05:54:38 -0000</pubDate></item><item><title>Re: How to Create a Remote Paging Listview Using GWT-Ext</title><link>http://www.17od.com/2008/07/24/how-to-create-a-remote-paging-listview-using-gwt-ext/#comment-3759607</link><description>Hi,&lt;br&gt;Thank you for the great tutorial. I do need some help and guidance for the following issue -- The code works perfectly fine when run in hosted mode, however when I run it in web mode,  I do not see any data in the grid. I do not get any exceptions either. I tried all possible ways/options and couldn't proceed further. Can you please guide me. Thanks a lot.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Van</dc:creator><pubDate>Thu, 13 Nov 2008 15:38:24 -0000</pubDate></item><item><title>Re: How to Create a Remote Paging Listview Using GWT-Ext</title><link>http://www.17od.com/2008/07/24/how-to-create-a-remote-paging-listview-using-gwt-ext/#comment-3134675</link><description>Hi Adrian,&lt;br&gt;Thanks for the nice article. I'm trying out something like this. I have a search criteria and when I click the submit button I need to load the store. I can see on the server side, the data is being generated and response is sent. But on the client side, the grid is not getting refreshed. I've posted the problem with code snippets here &lt;a href="http://gwt-ext.com/forum/viewtopic.php?f=2&amp;amp;t=3108" rel="nofollow"&gt;http://gwt-ext.com/forum/viewtopic.php?f=2&amp;amp;...&lt;/a&gt;&lt;br&gt;&lt;br&gt;If possible, do let me know if you sense any problem somewhere.&lt;br&gt;&lt;br&gt;regards&lt;br&gt;Prakash</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Prakash</dc:creator><pubDate>Sun, 12 Oct 2008 09:20:34 -0000</pubDate></item><item><title>Re: How to Create a Remote Paging Listview Using GWT-Ext</title><link>http://www.17od.com/2008/07/24/how-to-create-a-remote-paging-listview-using-gwt-ext/#comment-3134672</link><description>Great howto. I found it extremely useful, since RPC serialization would just explode for &amp;gt; 700 of the entities I am working with.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Pablo</dc:creator><pubDate>Mon, 25 Aug 2008 07:32:04 -0000</pubDate></item><item><title>Re: How to Create a Remote Paging Listview Using GWT-Ext</title><link>http://www.17od.com/2008/07/24/how-to-create-a-remote-paging-listview-using-gwt-ext/#comment-3134676</link><description>Hi myio,&lt;br&gt;&lt;br&gt;It's difficult to say what the best approach is without understanding your data and how it would be best presented. With 7000 rows of data I'd say you're on the right track with remote paging.&lt;br&gt;&lt;br&gt;The Grouping Grid looks pretty similar to the standard Grid. From looking at the example here (&lt;a href="http://www.gwt-ext.com/demo/#gridGrouping" rel="nofollow"&gt;http://www.gwt-ext.com/demo/#gridGrouping&lt;/a&gt;) the only difference is that you use a GroupingStore, a GroupingView and call grid.setAutoExpandColumn() on the GridPanel.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Adrian</dc:creator><pubDate>Thu, 14 Aug 2008 03:19:11 -0000</pubDate></item><item><title>Re: How to Create a Remote Paging Listview Using GWT-Ext</title><link>http://www.17od.com/2008/07/24/how-to-create-a-remote-paging-listview-using-gwt-ext/#comment-3134674</link><description>Thanks for the great tutorial. I want to use the Grouping Grid in my application. My data set is pretty large (around 7000 rows). This amount of data seems to be way too much to transmit/display all at once. I was trying to think of how I could use the model you have demonstrated with the tree-like functionality of the Grouping view. It seems like I have to split the work into at least two pieces: collecting and presenting data for the initial collapsed tree; and secondly collecting and presenting the data as each node in the tree is expanded.&lt;br&gt;&lt;br&gt;Is there a better way? Can you recommend an approach? Is this even possible since the root/first level of the tree looks different from a data perspective (i.e. fewer columns than an expanded node showing record details).&lt;br&gt;&lt;br&gt;Any advice would be appreciated.</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">myio</dc:creator><pubDate>Wed, 13 Aug 2008 16:26:22 -0000</pubDate></item></channel></rss>