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 or

Re: Newbie Table Width Question

2006-09-18 Thread Jerry W. Walker
Hi, Mike, What you seem to be missing is that HTML tables are basically layout suggestions for the browsers. There's no way to make the table's cell width unchanging using table properties alone. However, you have a couple options. The first is to use CSS styles. You can give each of your

Re: Newbie Table Width Question

2006-09-18 Thread John Larson
Chip - There are three ways to do this. The first is just to have the text and hyperlink in a row with column span set to 5 (as per your diagram). Then it is still in the table and the columns are the same columns. The other way is to build the table using div's using the display css p

Newbie Table Width Question

2006-09-18 Thread Chip Myers
I have two separate tables on one webobjects page with the following appearance:Table 1__|___|___|___|___|___||___|___|___|___|___||___|___|___|___|___|SOME TEXT DISPLAYED.  SOME HYPERLINKTable 2 __ |___|___|___|___|___| |___|___|___|___|___| |___|___|___|___|___

Re: Manual syncing question

2006-09-18 Thread Chuck Hill
Hi Miguel, On Sep 16, 2006, at 4:51 AM, Miguel Arroz wrote: I agree with your opinion about manual sync, that's why I'm trying to use it now. The stateless... well... one step at a time! :) What confuses me is the problem I stated, ie, if I call user() like 20 times in a row, WO will

Re: Oracle 10.2.0.2?

2006-09-18 Thread Sacha Michel Mallais
On Sep 18, 2006, at 7:25 AM, William Hatch wrote: Anybody using this? I'm having issues connecting from mac clients using the most recent thin drivers. Thanks. I'm using Oracle 10.1.0.3.0 with the thin driver. No problems to report. sacha -- Sacha Michel Mallais Mojo Worke

Re: Webobjects-dev Digest, Vol 3, Issue 665

2006-09-18 Thread Mike Schrag
Then I'm very confused :) Everything being sent to and from the server looked correct. We'll just have to try and get a consistently reproducible case and run it under the javascript debugger in Firefox. If you have some free time and can run it under Firefox's javascript debugger, I'd be

Re: Webobjects-dev Digest, Vol 3, Issue 665

2006-09-18 Thread Marcos Trejo Munguia
Hi Mike, The behavior that you describe is Safari is happening to me in Firefox, I have the next configuration: Mac OS X 10.3.9 XCode 1.5 WebObjects 5.2.3 Wonder 3.0 Frameworks September 1, 2006 Firefox 1.5.0.6 Cheers On Sep 17, 2006, at 2:05 PM, [EMAIL PROTECTED] wrote: This is better d

Oracle 10.2.0.2?

2006-09-18 Thread William Hatch
Anybody using this? I'm having issues connecting from mac clients using the most recent thin drivers. Thanks. Bill Hatch Macaulay Library 4-2116 ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Web

Re: addObjectToBothSidesOfRelationshipWithKey still working?

2006-09-18 Thread Jean Pierre Malrieu
First, a question: from a database standpoint, is it OK to have a too many relationship with no (to-one) reverse relationship? I answer my own (silly) question here: No it is not possible for EOF to handle a to-many relatioship with no reverse, to-one, relationship. This is because the i