1 message in com.googlegroups.google-gearsRe: [google-gears] url variables in o...
FromSent OnAttachments
Aaron Boodman07 Dec 2007 11:23 
Subject:Re: [google-gears] url variables in offline pages
From:Aaron Boodman (a.@google.com)
Date:12/07/2007 11:23:08 AM
List:com.googlegroups.google-gears

Sounds like you have things setup correctly. When you call checkForUpdates(), wait a few moments and then alert the value of managedResourceStore.updateStatus and managedResourceStore.lastErrorMessage. What are their values?

- a

On Dec 7, 2007 11:18 AM, bert3d <a.@sympatico.ca> wrote:

Okay, I've read that this works, but I don't seem to be able to get it going.

Say I want to cache the page "test.php?var=a". I've added the line as an url entry in the manifest.json file. No problems reported capturing the files. When I disconnect and go to the url, it tells me page not found. I've tried using just the "test.php" on its own, and that works fine with gears. As far as I can tell, the ignorequery option has been left at the default false, which is what it's supposed to be from what I understand.

Is there something missing or not set up properly? Thanks.