Re: Ajaxautocomplete to one relationship

2009-09-29 Thread David LeBer
On 2009-09-29, at 3:07 PM, Mark Wardle wrote: Hi all. I'm successfully using ajaxautocomplete but that results in a string. Fine for subsequent searching. Is there a unified component that will handle setting a to one relationship with a drop down populated by autocomplete? Otherwise I'll see

Ajaxautocomplete to one relationship

2009-09-29 Thread Mark Wardle
Hi all. I'm successfully using ajaxautocomplete but that results in a string. Fine for subsequent searching. Is there a unified component that will handle setting a to one relationship with a drop down populated by autocomplete? Otherwise I'll see whether I can roll my own! Many thanks, Mark --

Ajax auto complete to one

2009-09-29 Thread Mark Wardle
Hi all. I'm successfully using ajaxautocomplete but that results in a string. Fine for subsequent searching. Is there a unified component that will handle setting a to one relationship with a drop down populated by autocomplete? Otherwise I'll see whether I can roll my own! Many thanks,

[Reminder] The surveys

2009-09-29 Thread Pascal Robert
Hi guys, Don't forget the annual surveys (I really do hope that we are not down to 76 organizations, right?). The organization survey ; http://www.survs.com/survey?id=CRDU8UY3&channel=T8TGXAW70R The individual : http://www.survs.com/survey?id=21MIN2X6&channel=3O47WI4G11 WO

Re: When is a session restoration error noticed?

2009-09-29 Thread Chuck Hill
On Sep 29, 2009, at 6:20 AM, Robert Tupelo-Schneck wrote: I think this is true: when you manually call terminate() on a session, it doesn't actually terminate until the next time it goes to sleep. So if you call terminate() on a session which isn't even awake, it will go through one more whole

Re: Error when extending from ERXAjaxApplication

2009-09-29 Thread Mike Schrag
ERXApplication itself extends ERXAjaxApplication ... You're not getting @unique because ERXAjaxApplication doesn't do any of the other Wonder extensions other than just enough to support Ajax. I'd need more info about the backtrack errors to be able to help you there. You're getting backtr

Error when extending from ERXAjaxApplication

2009-09-29 Thread Matt Stokes
This is what I had - but I got occasional back track limit exceed errors: public class Application extends *ERXApplication* { public static void main(String[] argv) { *ERXApplication*.main(argv, Application.class); } So now Application class extends from ERXAjaxApplication public class

java.lang.NoSuchMethodError: er.ajax.AjaxResponse.setHeaders

2009-09-29 Thread Alexis Tual
Hi list, i'm using wonder 5.0.0-9638 (5.4 classifier, yes i'm mavenized), webobjects 5.4.3 and get the following error when clicking an AjaxSubmitButton : java.lang.NoSuchMethodError: er.ajax.AjaxResponse.setHeaders(Lcom/ webobjects/foundation/NSDictionary;)V at er.ajax.AjaxUtils.c

Re: Can't run the app from within 3.5

2009-09-29 Thread Mike Schrag
You should be on 3.4 until 3.5 is the stable build ... Your build path is somehow wrong, but without seeing more, I have no idea how. ms On Sep 29, 2009, at 3:50 AM, Gustavo Pizano wrote: Hello I installed 3.5, and install the updates and plugins from the bookmarks.xml mike sent.. I impor

Re: When is a session restoration error noticed?

2009-09-29 Thread Robert Tupelo-Schneck
I think this is true: when you manually call terminate() on a session, it doesn't actually terminate until the next time it goes to sleep. So if you call terminate() on a session which isn't even awake, it will go through one more whole request-response cycle successfully without a session restorat

Re: Finding duplicate objects

2009-09-29 Thread Jeff Dunnett
Sybase ASA 9 Regards, Jeff On Mon, 28 Sep 2009, Don Lindsay wrote: Hello; What database are you using? Oracle, MySql, etc. Don On Sep 28, 2009, at 2:38 PM, Chuck Hill wrote: Hi Jeff, On Sep 28, 2009, at 10:09 AM, Jeff Dunnett wrote: Hello, I am having trouble creating a fetch specifi

Can't run the app from within 3.5

2009-09-29 Thread Gustavo Pizano
Hello I installed 3.5, and install the updates and plugins from the bookmarks.xml mike sent.. I imported the projects into eclipse 3.5 Work Space and configure WOLips, when I try to run I select run a s a WOApplication, then I select the main class Application (as I used to do ) and when it tries