Re: WOUnit testing with partial entities

2014-02-21 Thread Paul Hoadley
Hi Henrique, On 22/02/2014, at 1:14 PM, Henrique Prange wrote: > The partial entities initialization could happen before some models are > loaded. In this new version of WOUnit, the partial support is initialized > after all models are completely loaded. > > Could you give it a try? You can d

Re: WOUnit testing with partial entities

2014-02-21 Thread Henrique Prange
Hi Paul, The partial entities initialization could happen before some models are loaded. In this new version of WOUnit, the partial support is initialized after all models are completely loaded. Could you give it a try? You can download the latest version here [1]. [1]http://maven.wocommunity.

Re: Opinions on static createŠ() methods for EOs

2014-02-21 Thread Paul Hoadley
On 22/02/2014, at 3:23 AM, Musall Maik wrote: > I’d leave it to the caller, too, but do an additional check if both EOs are > in the same editing context, and throw an exception if they aren’t. Thanks Maik. -- Paul Hoadley http://logicsquad.net/

Re: "ERRest Application" project--still available?

2014-02-21 Thread Theodore Petrosky
You know there were a couple of times I wanted to start working with REST and I never got past this. I knew it was there, I just didn't remember where. Thanks, Johann!! and welcome back Scott Ted On Feb 21, 2014, at 2:24 PM, Johann Werner wrote: > Hi Scott, > > welcome back. You need to us

ERAttachments for Box.com?

2014-02-21 Thread Robert B. Hanviriyapunt
Has anybody made ERAttachments work for Box.com? = Robert = ___ 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 Subscription: https://lists.appl

Re: "ERRest Application" project--still available?

2014-02-21 Thread Johann Werner
Hi Scott, welcome back. You need to use the WOLips37Community edition or just use the shortcut http://wocommunity.org/wolips/3.7/current as update site. Then you should see the ERRest Application template. jw Am 21.02.2014 um 18:52 schrieb Scott M. Neal : > > Hello everyone, > > I'm

Re: Calling AjaxModalDialog programmatically

2014-02-21 Thread Roger Perryman
Thanks Chuck. I'm using the first option but it is not quite working as desired although it is close. open() is a static method so I placed the call inside a method on my page. Then I conditionally call open or do nothing as needed. When I call it from a WOHyperlink or WOSubmitButton, I get the

Re: Opinions on static createŠ() methods for EOs

2014-02-21 Thread Musall Maik
Am 20.02.2014 um 08:15 schrieb Paul Hoadley : > On 20/02/2014, at 4:55 PM, Dev WO wrote: > >> Someone will correct me if I'm wrong, but I think localInstanceIn is working >> only on an existing object in the datastore. >> That means that if you create bar into ec2 and you try to do >> setBarR