Corrupt Nib file?

2007-03-05 Thread Ian Joyner
When I open a NIB file in IB (latest version 2.5.4 and WO 5.3.3), I get a dialog: "Interface Conversion The interface file Main_interface_controller.nib has been updated to a newer version. After saving it you will not be able to open it on other platforms any more and you will not be able

Why would D2WModel be trying to load at deployment?

2007-03-05 Thread Lachlan Deck
I've got an app that I've brought over from Xcode to Eclipse/WOLips (no wonder includes). It all compiles fine but when I attempt to deploy it I get the following exception. I'm quite certain I didn't create a D2W project in eclipse and cannot see any reason why it's attempting to load a D2

Re: what to do with the key

2007-03-05 Thread Sam Barnum
Using display:none causes the browser (Safari, anyway) to ignore the button when it's looking for the first submit button in a form. style="visibility:hidden" does not have this behavior. Probably the best way to ensure it doesn't mess up your layout is to give it a position:fixed attribute.

Re: what to do with the key

2007-03-05 Thread Baiss Eric Magnusson
I put in the following line, right after the definition of the WOForm FormForReviewEdits: WOForm { multipleSubmit = true; } But the return key still went to another Submit button on the page? Baiss Eric Magnusson

RE: AJAX/Direct Actions Design question

2007-03-05 Thread Andrew Lindesay
Hello Ricardo; Any components that you put into the WOSwitchComponent behave stateless. You can't depend on the same instance being returned to you on the next request-response cycle. In all of my projects I do a similar thing to what you are doing, but I have developed a navigation sys

Re: what to do with the key

2007-03-05 Thread Fabian Peters
Hi, Am 06.03.2007 um 00:03 schrieb Ian Joyner: That's nifty because you wouldn't have to attach the JavaScript to every text field. In a similar vein, it may be useful to "redirect" a submit on the form like this: I've been using this with Wonder's AJAX submit buttons so that one (i

Re: what to do with the key

2007-03-05 Thread Guido Neitzer
On 05.03.2007, at 16:35, Chuck Hill wrote: I'd go with display: none over visibility: hidden. The former will not take up any screen space. Visibility: hidden can do odd things to the screen real-estate. Chuck CSS - for when HTML, JavaScript, and Java hacking are just not bad enough

Re: what to do with the key

2007-03-05 Thread Chuck Hill
I'd go with display: none over visibility: hidden. The former will not take up any screen space. Visibility: hidden can do odd things to the screen real-estate. Chuck CSS - for when HTML, JavaScript, and Java hacking are just not bad enough On Mar 5, 2007, at 3:27 PM, Guido Neitzer wr

Re: what to do with the key

2007-03-05 Thread Guido Neitzer
On 05.03.2007, at 16:05, Mike Schrag wrote: If you use Project Wonder, this is an option on WOForm (ERXWOForm, which gets patched in as WOForm) ... You can either pass in addDefaultSubmitButton = true, or set er.extensions.ERXWOForm.addDefaultSubmitButtonDefault = true in Properties and i

Re: what to do with the key

2007-03-05 Thread Mike Schrag
If you use Project Wonder, this is an option on WOForm (ERXWOForm, which gets patched in as WOForm) ... You can either pass in addDefaultSubmitButton = true, or set er.extensions.ERXWOForm.addDefaultSubmitButtonDefault = true in Properties and it will make a hidden submit button like Sam ta

Re: what to do with the key

2007-03-05 Thread Ian Joyner
That's nifty because you wouldn't have to attach the JavaScript to every text field. Ian On 05/03/2007, at 9:24 PM, Sam Barnum wrote: I usually put a hidden submit button at the top of the form which doesn't do anything. Then any [enter] presses just submit the form and remain on the

AJAX/Direct Actions Design question

2007-03-05 Thread Ricardo Parada
Hi All, I have a little app with a single page Main.wo. :-) This page (Main.wo) provides the look of all pages. The only thing that changes is the content in that page. So I have a WOSwitchComponent declared in my Main.wod as follows: ContentComponent: WOSwitchComponent { WOComponentNam

Re: WebObjects 5.3 on linux ?

2007-03-05 Thread Miguel Arroz
Hi! http://en.wikibooks.org/wiki/Programming:WebObjects/ Web_Applications/Deployment/Linux Yours Miguel Arroz On 2007/03/05, at 19:50, Cretu Catalin wrote: Hi, We try to update the WebObjects 5.3 on linux. Do you have any instructions for deploying WebObjects 5.3.3 on RedHat linux?

WebObjects 5.3 on linux ?

2007-03-05 Thread Cretu Catalin
Hi, We try to update the WebObjects 5.3 on linux. Do you have any instructions for deploying WebObjects 5.3.3 on RedHat linux? Thanks, Catalin ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjec

Re: jdbc adaptor

2007-03-05 Thread Ken Anderson
On Mar 5, 2007, at 2:31 PM, Chuck Hill wrote: it divines which to use AHA! I knew divine intervention had something to do with WebObjects! ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjec

Re: jdbc adaptor

2007-03-05 Thread Chuck Hill
On Mar 5, 2007, at 10:30 AM, Anthony Arthur wrote: Hello, What is the EOF mechanism that decides which jdbc driver to use? It uses the driver specified in the connection dictionary if there is one. Otherwise, it divines which to use from the JDBC connection URL. I want my app to use my

Re: Javamonitor help

2007-03-05 Thread Mark Ritchie
On 27-Feb-07, at 2:55 PM, James Cicenia wrote: ... I don't even track users. ... On 5-Mar-07, at 11:16 AM, James Cicenia wrote: I even set the session timeout to be like six minutes. ... Funny thing is this is only a read only app, though a very busy one 24 hours a day. Do you really need

jdbc adaptor

2007-03-05 Thread Anthony Arthur
Hello, What is the EOF mechanism that decides which jdbc driver to use? I want my app to use my Frontbase driver, but the connection dictionary shows it has specified oracle in the Driver field. My connection dictionary lives in an xml file and is loaded at launch time. My xml does not

Re: Javamonitor help

2007-03-05 Thread Gary Teter
My best guess is that an exception is being thrown during session check-in/check-out or sleep. Here's some code that I use in Application.java to prevent this. I believe Wonder also has some of these fixes. Application.java: public WOResponse handleActionRequestError(WORequest aRequest

Re: Javamonitor help

2007-03-05 Thread James Cicenia
That is my problem - In my regular logs I see nothing out of the ordinary. In fact this instance didn't seem to have a lot of traffic on it either. I am thinking that the javamonitor scheduled restarts are fubarring it up. I have turned off graceful scheduling figuring it had to kill the inst

Re: Javamonitor help

2007-03-05 Thread Mike Schrag
A session can only be checked out on one thread at a time. If you notice you are hanging waiting to check out a session. This means that a previous session did not check in properly when it was done. It's important to note that you don't have any session hanging doing anything else, so i

Re: Javamonitor help

2007-03-05 Thread James Cicenia
OK- I think I got the correct thread dump from a frozen instance this morning: What does it all mean? Thanks James Cicenia Full thread dump Java HotSpot(TM) Server VM (1.5.0_06-68 mixed mode): "Thread-1" prio=5 tid=0x00638a90 nid=0x1825800 waiting on condition [0xb169d000..0xb169dd10]

wo tips

2007-03-05 Thread Ricardo Parada
I liked the I think that one should become standard in WO. Anyways, thanks for posting the tips. :-) ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubsc

Re: SSL

2007-03-05 Thread Kieran Kelleher
Some basic info here on a technique. Although I use the technique outlined in Chuck Hills book more or less. http://homepage.mac.com/kelleherk/iblog/C463983418/E192834311/index.html On Mar 5, 2007, at 6:41 AM, WIESEN Bruno wrote: Hello, Is there a way to switch between HTTP and HTTPS in an a

SSL

2007-03-05 Thread WIESEN Bruno
Hello, Is there a way to switch between HTTP and HTTPS in an application? I found this article but it seems to be old...WebObjects 4. http://docs.info.apple.com/article.html?artnum=70101 Thank you . Bruno. ___ Do not post admin requests to the list.

Re: Ajax SortableList

2007-03-05 Thread John Larson
Mike, I tried to come up with some fix based on the "constraint" binding, but settled on this: if (canGetValueForBinding("searchList")) list = (NSArray) valueForBinding("searchList"); in handleRequest right below getting the value for startIndex. The key to rolling it out successf

Re: what to do with the key

2007-03-05 Thread Sam Barnum
I usually put a hidden submit button at the top of the form which doesn't do anything. Then any [enter] presses just submit the form and remain on the main page. This can actually come in handy if there's some dynamically calculated values displayed on the page, like a sum of all qty f