AjaxUpdateContainer and AjaxAutoComplete together?

2012-08-15 Thread Pascal Robert
I'm trying to use AjaxAutoComplete and two AjaxUpdateContainer together, but I have problems doing so. What I want to achieve is that when an item from a list built by AjaxAutoComplete is selected, I want to display two attributes from the selected item. Problem is that I get this: août 14

useDaylightTime() ??

2012-08-15 Thread Jesse Tayler
My server time is off a suspicious negative one hour, which I presume to be a daylight savings problem. UNIX returns the date I expect. So, I'd guess this is a Java or WO settings issue? A long time ago, on a server far away, there were some issues with missing timezone files used by Java

ERJGroupsSynchronizer How To

2012-08-15 Thread WebObjects TORAcom
Hi List, I am new to ERJGroupsSynchronizer. I want to synchronize Enterprise Objects between Application's instances. I found the following info: http://web.archiveorange.com/archive/v/VpmAs9yFWUtMJyEvmKXQ I followed those instructions and added this to my Properties file: ### Basic setup:

Guidance on how to create a framework for the application models

2012-08-15 Thread Sr. Ângelo Andrade Cirino
Hi, I have two applications, the backend as a D2W and the fronted as a small WO application with a simple DisplayGroup, that use the same models. Trying to simplify maintenance and to have the models in just one place, I created a framework to hold the models, but when I tried it with the

test

2012-08-15 Thread Markus Ruggiero
TEST please ignore (have not received anything from the apple list server for two days) ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list (Webobjects-dev@lists.apple.com) Help/Unsubscribe/Update your

Re: WOUnit and (horizontal) inheritance

2012-08-15 Thread Henrique Prange
Hi Paul, On 13/08/2012, at 07:14, Paul Hoadley pa...@logicsquad.net wrote: Hi Henrique, I am using a TemporaryEditingContext to test a group of related EOs. To try and debug a test failure, I am saving the EC after the creation of each new EO. At the point where I'm getting an

Has anyone installed the new Oracle JDK7 for Mac yet?

2012-08-15 Thread Ramsey Gurley
Oracle made an official Mac release for JDK7 yesterday. http://www.oracle.com/technetwork/java/javase/downloads/jdk7-downloads-1637583.html http://docs.oracle.com/javase/7/docs/webnotes/install/index.html#mac Ramsey ___ Do not post admin requests to

Re: AjaxUpdateContainer and AjaxAutoComplete together?

2012-08-15 Thread Johnny Miller
Hi Pascal, Shouldn't the observefieldid = specName? Johnny Miller 808.661.7962 jlmil...@kahalawai.com www.kahalawai.com On Aug 14, 2012, at 4:09 AM, Pascal Robert prob...@macti.ca wrote: I'm trying to use AjaxAutoComplete and two AjaxUpdateContainer together, but I have problems doing so.

Re: WOUnit and (horizontal) inheritance

2012-08-15 Thread Paul Hoadley
Hi Henrique, On 16/08/2012, at 1:59 AM, Henrique Prange wrote: I am using a TemporaryEditingContext to test a group of related EOs. To try and debug a test failure, I am saving the EC after the creation of each new EO. At the point where I'm getting an IllegalArgumentException, the only