Depends on what you mean by "corresponds to the form.submit"?

When using ResourceStore.captureUrl(x)...

If the url you've captured matches exactly the url the form will
generate after appending the user entered form field values, yes. It
will not locally serve a response for all possible user supplied form
fields.

When using a ManagedResourceStore...

You can setup an entry that will match all possible user supplied form
field values with something like this... { 'url': 'formaction.html',
'ignoreQuery': 'true' } ... in the manifest file.

-Michael

On Mon, Feb 2, 2009 at 10:37 PM, Ankit Jain <[email protected]> wrote:
> I have a form ( with target to an IFrame) that uses GET verb. Now if I
> capture the url in a resource store (using captureUrl) that corrosponds to
> form.submit, would the form.submit be served locally?

Reply via email to