Re: You backtracked too far?

2016-04-13 Thread Chuck Hill
onentBridges, bridgesKey); >> } >> >> AARON ROSENZWEIG / Chat 'n Bike >> e: aa...@chatnbike.com t: (301) 956-2319 >> >> >> On Apr 13, 2016, at 8:39 AM, Hugi Thordarson <h...@karlmenn

Re: You backtracked too far?

2016-04-13 Thread Hugi Thordarson
componentBridges = new >>> LRUMap<String, JSONRPCBridge>(limit); >>> >>> session.setObjectForKey(componentBridges, bridgesKey); >>>

Re: You backtracked too far?

2016-04-13 Thread Aaron Rosenzweig
componentBridges = new >> LRUMap<String, JSONRPCBridge>(limit); >> >> session.setObjectForKey(componentBridges, bridgesKey); >> } >> >> AARON ROSENZWEIG / Chat 'n Bike >> e: aa...@chatnbi

Re: You backtracked too far?

2016-04-13 Thread Hugi Thordarson
/ Chat 'n Bike > e: aa...@chatnbike.com t: (301) 956-2319 > > > On Apr 13, 2016, at 8:39 AM, Hugi Thordarson <h...@karlmenn.is> wrote: > >> Hi all. >> I’m using a lot of Ajax components in my apps but I regularly get the >> beloved

Re: You backtracked too far?

2016-04-13 Thread Aaron Rosenzweig
n Apr 13, 2016, at 8:39 AM, Hugi Thordarson <h...@karlmenn.is> wrote: > Hi all. > I’m using a lot of Ajax components in my apps but I regularly get the beloved > “You backtracked too far”-error, and I have absolutely no idea why. > > I know it’s a rather vague problem descrip

You backtracked too far?

2016-04-13 Thread Hugi Thordarson
Hi all. I’m using a lot of Ajax components in my apps but I regularly get the beloved “You backtracked too far”-error, and I have absolutely no idea why. I know it’s a rather vague problem description, but before I start digging; has anyone got any generic ideas on what might be the problem

Re: You backtracked too far error after closing AjaxModalDialog and clicking on a link on the page

2011-07-28 Thread Michael Gargano
the You backtracked too far error. Anybody understands that code? :-) I'm gonna compare with my test Wonder app which all it has is the AMD and link on the page to test this and try to find out why I don't get the error there. On Jul 14, 2011, at 12:11 PM, Ricardo J. Parada wrote: I

Re: You backtracked too far error after closing AjaxModalDialog and clicking on a link on the page

2011-07-27 Thread Michael Gargano
entries from there. At this point if I close the dialog (AMD) and then click on the link on the page I get the You backtracked too far error. Anybody understands that code? :-) I'm gonna compare with my test Wonder app which all it has is the AMD and link on the page to test this and try

Re: You backtracked too far error after closing AjaxModalDialog and clicking on a link on the page

2011-07-27 Thread Chuck Hill
the size specified by er.extensions.maxPageReplacementCacheSize. From there on it removes entries from there. At this point if I close the dialog (AMD) and then click on the link on the page I get the You backtracked too far error. Anybody understands that code? :-) I'm gonna compare

Re: You backtracked too far error after closing AjaxModalDialog and clicking on a link on the page

2011-07-27 Thread Michael Gargano
on the page I get the You backtracked too far error. Anybody understands that code? :-) I'm gonna compare with my test Wonder app which all it has is the AMD and link on the page to test this and try to find out why I don't get the error there. On Jul 14, 2011, at 12:11 PM, Ricardo J

Re: You backtracked too far error after closing AjaxModalDialog and clicking on a link on the page

2011-07-15 Thread Ricardo J. Parada
close the dialog (AMD) and then click on the link on the page I get the You backtracked too far error. Anybody understands that code? :-) I'm gonna compare with my test Wonder app which all it has is the AMD and link on the page to test this and try to find out why I don't get the error

Re: You backtracked too far error after closing AjaxModalDialog and clicking on a link on the page

2011-07-15 Thread Chuck Hill
. From there on it removes entries from there. At this point if I close the dialog (AMD) and then click on the link on the page I get the You backtracked too far error. Anybody understands that code? :-) I'm gonna compare with my test Wonder app which all it has is the AMD and link

Re: You backtracked too far error after closing AjaxModalDialog and clicking on a link on the page

2011-07-15 Thread Ricardo J. Parada
to by that code is growing with every AJAX request until it is = two times the size specified by er.extensions.maxPageReplacementCacheSize. From there on it removes entries from there. At this point if I close the dialog (AMD) and then click on the link on the page I get the You backtracked too far

Re: You backtracked too far error after closing AjaxModalDialog and clicking on a link on the page

2011-07-14 Thread Ricardo J. Parada
update container to refresh, which it does refresh upon closing the dialog. But then the user clicks on a link on the page that is outside the refreshed AjaxUpdateContainer and the app displays the error You backtracked too far. The application backtracking limit of 30 has been exceeded

Re: You backtracked too far error after closing AjaxModalDialog and clicking on a link on the page

2011-07-14 Thread Ricardo J. Parada
there on it removes entries from there. At this point if I close the dialog (AMD) and then click on the link on the page I get the You backtracked too far error. Anybody understands that code? :-) I'm gonna compare with my test Wonder app which all it has is the AMD and link on the page to test

Re: You backtracked too far error after closing AjaxModalDialog and clicking on a link on the page

2011-07-14 Thread Ricardo J. Parada
the dialog (AMD) and then click on the link on the page I get the You backtracked too far error. Anybody understands that code? :-) I'm gonna compare with my test Wonder app which all it has is the AMD and link on the page to test this and try to find out why I don't get the error

Re: You backtracked too far error after closing AjaxModalDialog and clicking on a link on the page

2011-07-14 Thread Chuck Hill
) and then click on the link on the page I get the You backtracked too far error. Anybody understands that code? :-) I'm gonna compare with my test Wonder app which all it has is the AMD and link on the page to test this and try to find out why I don't get the error there. On Jul 14

Re: You backtracked too far error after closing AjaxModalDialog and clicking on a link on the page

2011-07-13 Thread John Kim Larson
. The dialog has a closeUpdateContainerID bound with the id of an ajax update container to refresh, which it does refresh upon closing the dialog. But then the user clicks on a link on the page that is outside the refreshed AjaxUpdateContainer and the app displays the error You backtracked too far

Re: You backtracked too far error after closing AjaxModalDialog and clicking on a link on the page

2011-07-13 Thread Chuck Hill
the dialog. But then the user clicks on a link on the page that is outside the refreshed AjaxUpdateContainer and the app displays the error You backtracked too far. The application backtracking limit of 30 has been exceeded. Ajax links or regular component actions links? I do what

Re: You backtracked too far error after closing AjaxModalDialog and clicking on a link on the page

2011-07-13 Thread Alexis Tual
closing the dialog. But then the user clicks on a link on the page that is outside the refreshed AjaxUpdateContainer and the app displays the error You backtracked too far. The application backtracking limit of 30 has been exceeded. Ajax links or regular component actions links? I do

Re: You backtracked too far error after closing AjaxModalDialog and clicking on a link on the page

2011-07-13 Thread John Kim Larson
a closeUpdateContainerID bound with the id of an ajax update container to refresh, which it does refresh upon closing the dialog. But then the user clicks on a link on the page that is outside the refreshed AjaxUpdateContainer and the app displays the error You backtracked too far. The application

You backtracked too far error after closing AjaxModalDialog and clicking on a link on the page

2011-07-12 Thread Ricardo J. Parada
a closeUpdateContainerID bound with the id of an ajax update container to refresh, which it does refresh upon closing the dialog. But then the user clicks on a link on the page that is outside the refreshed AjaxUpdateContainer and the app displays the error You backtracked too far

Re: You backtracked too far error after closing AjaxModalDialog and clicking on a link on the page

2011-07-12 Thread Michael Gargano
of an ajax update container to refresh, which it does refresh upon closing the dialog. But then the user clicks on a link on the page that is outside the refreshed AjaxUpdateContainer and the app displays the error You backtracked too far. The application backtracking limit of 30 has been

Re: You backtracked too far error after closing AjaxModalDialog and clicking on a link on the page

2011-07-12 Thread Chuck Hill
. But then the user clicks on a link on the page that is outside the refreshed AjaxUpdateContainer and the app displays the error You backtracked too far. The application backtracking limit of 30 has been exceeded. Ajax links or regular component actions links? I do what seems

Re: You backtracked too far error after closing AjaxModalDialog and clicking on a link on the page

2011-07-12 Thread Ricardo J. Parada
AjaxUpdateContainer and the app displays the error You backtracked too far. The application backtracking limit of 30 has been exceeded. Ajax links or regular component actions links? I do what seems to be the same thing (except maybe the does a whole bunch of stuff in the dialog) and have not had any

Re: You backtracked too far error after closing AjaxModalDialog and clicking on a link on the page

2011-07-12 Thread Chuck Hill
it does refresh upon closing the dialog. But then the user clicks on a link on the page that is outside the refreshed AjaxUpdateContainer and the app displays the error You backtracked too far. The application backtracking limit of 30 has been exceeded. Ajax links or regular component

Re: You backtracked too far error after closing AjaxModalDialog and clicking on a link on the page

2011-07-12 Thread Ricardo J. Parada
update container to refresh, which it does refresh upon closing the dialog. But then the user clicks on a link on the page that is outside the refreshed AjaxUpdateContainer and the app displays the error You backtracked too far. The application backtracking limit of 30 has been exceeded

Re: You backtracked too far error after closing AjaxModalDialog and clicking on a link on the page

2011-07-12 Thread Chuck Hill
the refreshed AjaxUpdateContainer and the app displays the error You backtracked too far. The application backtracking limit of 30 has been exceeded. Ajax links or regular component actions links? I do what seems to be the same thing (except maybe the does a whole bunch of stuff

You backtracked too far. The application backtracking limit of30 has been exceeded.

2009-07-12 Thread Ren, Xiaowen
Hi, I got this message from my Ajax example, after I clicked the button second times. Basically I just create normal WOapplication, not extends to ERXapplication. I just add Ajax framework and depends to project. Copy/Past the template/ java code from WONDER Ajax example and make my

Re: You backtracked too far. The application backtracking limit of30 has been exceeded.

2009-07-12 Thread Chuck Hill
On Jul 12, 2009, at 8:16 PM, Ren, Xiaowen wrote: Hi, I got this message from my Ajax example, after I clicked the button second times. Basically I just create normal WOapplication, not extends to ERXapplication. I just add Ajax framework and depends to project. Extend

RE: You backtracked too far. The application backtracking limit of30 has been exceeded.

2009-07-12 Thread Ren, Xiaowen
, 13 July 2009 3:37 p.m. To: Ren, Xiaowen Cc: webobjects-dev@lists.apple.com Subject: Re: You backtracked too far. The application backtracking limit of30 has been exceeded. On Jul 12, 2009, at 8:16 PM, Ren, Xiaowen wrote: Hi, I got this message from my Ajax example, after I clicked

Re: You backtracked too far. The application backtracking limit of30 has been exceeded.

2009-07-12 Thread Chuck Hill
-Original Message- From: Chuck Hill [mailto:ch...@global-village.net] Sent: Monday, 13 July 2009 3:37 p.m. To: Ren, Xiaowen Cc: webobjects-dev@lists.apple.com Subject: Re: You backtracked too far. The application backtracking limit of30 has been exceeded. On Jul 12, 2009, at 8:16 PM, Ren

RE: You backtracked too far. The application backtracking limit of30 has been exceeded.

2009-07-12 Thread Ren, Xiaowen
issue. -Original Message- From: Chuck Hill [mailto:ch...@global-village.net] Sent: Monday, 13 July 2009 4:07 p.m. To: Ren, Xiaowen Cc: webobjects-dev@lists.apple.com Subject: Re: You backtracked too far. The application backtracking limit of30 has been exceeded. On Jul 12, 2009

Re: You backtracked too far. The application backtracking limit of30 has been exceeded.

2009-07-12 Thread Chuck Hill
Subject: Re: You backtracked too far. The application backtracking limit of30 has been exceeded. On Jul 12, 2009, at 9:02 PM, Ren, Xiaowen wrote: I did extend application to ERXAjaxApplication only, not session. Yes, the session too Still got the same error. When I just multiple clicked

Re: Workaround for WO 5.4 WebAssistant: You backtracked too far

2008-05-20 Thread David Elliott
what I believe to be a bug in the D2W class. I tried googling the WebAssistant: You backtracked too far error message with no positive results and finally decided to track it down myself. What I came up with appears to be a weak reference problem with the D2W._Observer instance used

Re: Workaround for WO 5.4 WebAssistant: You backtracked too far

2008-05-20 Thread Lachlan Deck
worked on some other stuff and have come across what I believe to be a bug in the D2W class. I tried googling the WebAssistant: You backtracked too far error message with no positive results and finally decided to track it down myself. What I came up with appears to be a weak reference

Re: Workaround for WO 5.4 WebAssistant: You backtracked too far

2008-05-20 Thread Don Lindsay
just starting to play with WO again after having worked on some other stuff and have come across what I believe to be a bug in the D2W class. I tried googling the WebAssistant: You backtracked too far error message with no positive results and finally decided to track it down myself. What I

Re: Workaround for WO 5.4 WebAssistant: You backtracked too far

2008-05-18 Thread Don Lindsay
believe to be a bug in the D2W class. I tried googling the WebAssistant: You backtracked too far error message with no positive results and finally decided to track it down myself. What I came up with appears to be a weak reference problem with the D2W._Observer instance used to observe

Re: Workaround for WO 5.4 WebAssistant: You backtracked too far

2008-05-18 Thread David Elliott
come across what I believe to be a bug in the D2W class. I tried googling the WebAssistant: You backtracked too far error message with no positive results and finally decided to track it down myself. What I came up with appears to be a weak reference problem with the D2W._Observer instance

Re: Workaround for WO 5.4 WebAssistant: You backtracked too far

2008-05-18 Thread Don Lindsay
googling the WebAssistant: You backtracked too far error message with no positive results and finally decided to track it down myself. What I came up with appears to be a weak reference problem with the D2W._Observer instance used to observe the WORequestHandlerDidHandleRequestNotification

Re: Workaround for WO 5.4 WebAssistant: You backtracked too far

2008-05-18 Thread Don Lindsay
to be a bug in the D2W class. I tried googling the WebAssistant: You backtracked too far error message with no positive results and finally decided to track it down myself. What I came up with appears to be a weak reference problem with the D2W._Observer instance used to observe

Re: Workaround for WO 5.4 WebAssistant: You backtracked too far

2008-03-06 Thread David Avendasora
Where do you have your user.d2wmodel file? Is it in Resources or in the root of your project? I've found that the EOAssistant will update it if it is in the root of the project, but not if it is in Resources. I'm guessing this is a left-over from Xcode storing _everything_ in the root.

Re: Workaround for WO 5.4 WebAssistant: You backtracked too far

2008-03-06 Thread Cuauhtemoc Hohman
; else throw new IllegalArgumentException(*WebAssistant: You backtracked too far*); } In urlForPage I can see that *_recentPagesHashtable* is always empty, and thats why the method always returns null. String urlForPage(WOComponent page) { String pageKey = (new

Workaround for WO 5.4 WebAssistant: You backtracked too far

2008-01-18 Thread David Elliott
Hi, I am just starting to play with WO again after having worked on some other stuff and have come across what I believe to be a bug in the D2W class. I tried googling the WebAssistant: You backtracked too far error message with no positive results and finally decided to track it down

You backtracked too far? not back button.

2007-05-21 Thread Dave Elsner
Hi, I'm getting the dreaded You backtracked too far error on Win XP - IE6 even though the back button is not being pressed. The error occurs when browsing a WO 5.3 website? What are causes of this error aprt from pressing the browser back button? The problem only occurs on IE browser

Re: You backtracked too far? not back button.

2007-05-21 Thread Chuck Hill
is for the previous session. Chuck On May 21, 2007, at 8:30 PM, Dave Elsner wrote: Hi, I'm getting the dreaded You backtracked too far error on Win XP - IE6 even though the back button is not being pressed. The error occurs when browsing a WO 5.3 website? What are causes of this error aprt from

Re: You backtracked too far? not back button.

2007-05-21 Thread Dave Elsner
a second request. If a new session is created and new cookies passed back, the next click will result in this error as the link is for the previous session. Chuck On May 21, 2007, at 8:30 PM, Dave Elsner wrote: Hi, I'm getting the dreaded You backtracked too far error on Win XP - IE6 even

You backtracked too far.

2006-09-18 Thread Marcos Trejo Munguia
Hi, I'm using Ajax.framework, some AjaxUpdateContainer's, AjaxDraggable's, AjaxDroppable's and AjaxProxy. After a short period of time it show me the backtracking error. You backtracked too far. The application backtracking limit of 30 has been exceeded. Is this an error of the framework

Re: AJAX and You backtracked too far error

2005-12-08 Thread Stirling Olson
code checks the status of the task until it completes. When the status is complete I submit the form on the page to cause it to redisplay. However, when I do that I get this error: You backtracked too far. The application backtracking limit of 30 has been exceeded. Any ideas how

Re: AJAX and You backtracked too far error

2005-11-15 Thread Peter Vandoros
what it's doing, status and stuff like that. The _javascript_ code checks the status of the task until it completes. When the status is complete I submit the form on the page to cause it to redisplay. However, when I do that I get this error: You backtracked too far. The a

Re: AJAX and You backtracked too far error

2005-11-15 Thread Ricardo Parada
t the form on the page to cause it to redisplay.  However, when I do that I get this error: You backtracked too far. The application backtracking limit of 30 has been exceeded. Any ideas how to avoid this error? The direct action that generates the page with the status i