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

2014-02-21 Thread Musall Maik
Am 20.02.2014 um 08:15 schrieb Paul Hoadley pa...@logicsquad.net: On 20/02/2014, at 4:55 PM, Dev WO webobje...@anazys.com 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

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

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 s...@automationgarden.com: Hello

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:

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 j...@oyosys.com wrote: Hi Scott, welcome back.

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

2014-02-21 Thread Paul Hoadley
On 22/02/2014, at 3:23 AM, Musall Maik m...@selbstdenker.ag 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: 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].

Re: WOUnit testing with partial entities

2014-02-21 Thread Paul Hoadley
Hi Henrique, On 22/02/2014, at 1:14 PM, Henrique Prange hpra...@gmail.com 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