7 messages in com.googlegroups.google-mashup-editorRe: Why is this feed truncated to 100...| From | Sent On | Attachments |
|---|---|---|
| jackAtFloridata | 04 Dec 2007 10:41 | |
| snehashis | 04 Dec 2007 11:29 | |
| Jason | 05 Dec 2007 12:53 | |
| jackAtFloridata | 06 Dec 2007 15:05 | |
| Jason | 07 Dec 2007 08:45 | |
| jackAtFloridata | 09 Dec 2007 17:52 | |
| Jason | 10 Dec 2007 13:45 |
| Subject: | Re: Why is this feed truncated to 100 entries![]() |
|---|---|
| From: | jackAtFloridata (Flor...@gmail.com) |
| Date: | 12/06/2007 03:05:48 PM |
| List: | com.googlegroups.google-mashup-editor |
Hi Jason - thanks - i did some reading and it appears this is constraint of the GBase - not just the GME... I'm going to rethink my design and come up with something more in the "spirit" of GBase, GME, etc.
...or maybe since these 162 items are static data that is used to populate a Select menu perhaps a better way would be to read them in from a text file as a resource? right? thanks again, jack
On Dec 5, 3:53 pm, Jason <gmej...@google.com> wrote:
Hi jack. It appears that the page size for external feeds is capped at 100 -- in other words, GME can fetch and display up to 100 entries from an external feed at any given time but no more. If you are trying to display all 162 entries in a single list, this may be a problem. Otherwise, you can use a gm:pager control in your list's template to enable the user to page between the first and second set of entries. Likewise, the JS API's setPage() list module method can be used to set a list's current page programatically.
If I learn any more regarding this upper page size limit, I'll reply to this post. In the meantime, I'll file a feature request.
- Jason
On Dec 4, 10:41 am, jackAtFloridata <Flor...@gmail.com> wrote:
I use this list tag to read a feed and then use the entries to populate a menu. There are 162 entries in it but the GME runtime sees only 100.
<gm:list id="Xlist" data="http://www.floridata.com/feeds/ RSS_BotanicalFamilies.xml" style="display: none" pagesize="250">
How can I get all of the entries loaded? thanks,




