Re: Coldfusion and Spry

2007-01-18 Thread Adrian
: 508.647.5150 -Original Message- From: Jim Wright [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 17, 2007 2:59 PM To: CF-Talk Subject: Re: Coldfusion and Spry Chad McCue wrote: The problem is the browser after the search is conducted still sees all accounts even though the XML document

Re: Coldfusion and Spry

2007-01-18 Thread David Mineer
In addition to the usecache that you already have, here are my notes from when I had the same problem: (My complete notes are here: http://mineer.blogspot.com/search?q=spry+caching) After that, you'll want to define a function callback that will be triggered *after* your server request to update

Coldfusion and Spry

2007-01-17 Thread Chad McCue
I created a search page that allows the admin to search for accounts in the database. When they first come to the search screen all accounts in the database are returned and presented to them. The xml document that SPRY reads gets generated with all accounts in the DB. When the admin conducts a

Re: Coldfusion and Spry

2007-01-17 Thread Raymond Camden
Are you using the same URL for the dataset? Maybe consider adding a no cache directive to the dataset. On 1/17/07, Chad McCue [EMAIL PROTECTED] wrote: I created a search page that allows the admin to search for accounts in the database. When they first come to the search screen all accounts in

RE: Coldfusion and Spry

2007-01-17 Thread Chad McCue
To: CF-Talk Subject: Re: Coldfusion and Spry Are you using the same URL for the dataset? Maybe consider adding a no cache directive to the dataset. On 1/17/07, Chad McCue [EMAIL PROTECTED] wrote: I created a search page that allows the admin to search for accounts in the database. When they first

Re: Coldfusion and Spry

2007-01-17 Thread Jim Wright
Chad McCue wrote: The problem is the browser after the search is conducted still sees all accounts even though the XML document only shows the results searched for. Is this in IE? .. http://www.google.com/search?q=spry%20ie%20caching

RE: Coldfusion and Spry

2007-01-17 Thread Chad McCue
: Re: Coldfusion and Spry Chad McCue wrote: The problem is the browser after the search is conducted still sees all accounts even though the XML document only shows the results searched for. Is this in IE? .. http://www.google.com/search?q=spry%20ie%20caching