Re: Meta-refresh question
Alex Cone <[email protected]>
| Newsgroups | gmane.comp.web.webobjects.devel |
|---|---|
| Message-ID | <[email protected]> |
On Nov 13, 2006, at 3:16 PM, [email protected] wrote: > From: Randy Wigginton <[email protected]> > Subject: Meta-refresh question > > Hello, > I have a page that meta-refreshes every 10 seconds. Problem is, > after a while it says "You've exceeded the backtracking limit". huh? > Why would the backtrack limit apply to a single page being refreshed? Because you used a component action to get to that page. Either use a direct action "directly" or use WORedirect to make sure the page is displayed with a DA URL. With a component action URL, the originating page is recreated each time to to see which display element was clicked to create the page. Eventually you walk out of the cache of pages for backtracking. A direct action should fix you right up! ___alex b cone___ ceo codefab inc 212 465-8484 x101 [email protected] http://www.codefab.com "Shoot the hostage." Sometimes the best answer is to change the equation...