Re: Esoteric issue with automatic property validation and validationFailedWithException()

2017-05-19 Thread Paul Hoadley
On 20 May 2017, at 9:35 am, Paul Hoadley wrote: > On 20 May 2017, at 2:22 am, Chuck Hill > wrote: > >> Looking at the code, it looks like it should work. >> WOKeyValueAssociation.setValue() does the validation and calls that method. >> Is it calling it on a diffe

Re: Looking for a 64 bit WOAdaptor for Apache 2.4

2017-05-19 Thread Paul Hoadley
On 19 May 2017, at 9:54 pm, Soles, James T wrote: > I’ve read a number of comments on the list about WOAdaptor for Apache 2.4 and > saw some with a link to a binary but that link is no longer valid. Does > anyone have a 64 bit WOAdaptor for Apache 2.4 that I can get? Which operating system?

Re: Esoteric issue with automatic property validation and validationFailedWithException()

2017-05-19 Thread Paul Hoadley
Hi Chuck, On 20 May 2017, at 2:22 am, Chuck Hill wrote: > Looking at the code, it looks like it should work. > WOKeyValueAssociation.setValue() does the validation and calls that method. > Is it calling it on a different component than in the first example? It’s not calling validationFailed

Re: Compiling ERExtensions in Sierra no worky

2017-05-19 Thread Ray Kiddy
So, I just have to say, I wanted to build wonder on my new Sierra laptop and of course it did not work. And then, after checking several things, downloading this and that, checking some other things, sacrificing a fatted calf and so on and so forth, thinking about making this work just starti

Re: Looking for a 64 bit WOAdaptor for Apache 2.4

2017-05-19 Thread Musall, Maik
Hi Terry, I compiled one for Ubuntu Xenial, which has Apache 2.4. I already put it onto the new wocommunity.org site, but that is not yet publicly available because a lot of other details on the website are not yet migrated. But I just copied it over to the old site. G

Re: Improved exception page

2017-05-19 Thread Tim Worman
Nice! Thanks Hugi! Tim > On May 17, 2017, at 11:18 AM, Hugi Thordarson wrote: > > Hi all, > a couple of months back I added a new exception page to Wonder. If you’d like > to try it out and are using a relatively current version of Wonder, just add… > > @Override > public WOResponse reportExc

Re: Esoteric issue with automatic property validation and validationFailedWithException()

2017-05-19 Thread Chuck Hill
Looking at the code, it looks like it should work. WOKeyValueAssociation.setValue() does the validation and calls that method. Is it calling it on a different component than in the first example? Chuck From: Webobjects-dev on behalf of Paul Hoadley Date: Friday, May 19, 2017 at 3:52 AM To

Re: Abandoning AjaxDatePicker for JQuery?

2017-05-19 Thread Calven Eggert
I did as you suggested (remove js) and that works, however, putting back the jQuery still doesn’t. The setter for that field doesn’t get called from some reason. > On May 18, 2017, at 11:20 AM, Klaus Berkling wrote: > > > If the field content isn't saved I'd go back to basics, removing any

Looking for a 64 bit WOAdaptor for Apache 2.4

2017-05-19 Thread Soles, James T
I've read a number of comments on the list about WOAdaptor for Apache 2.4 and saw some with a link to a binary but that link is no longer valid. Does anyone have a 64 bit WOAdaptor for Apache 2.4 that I can get? Thanks, Terry Soles 214-273-3916 ___

Esoteric issue with automatic property validation and validationFailedWithException()

2017-05-19 Thread Paul Hoadley
Hello, Let’s say I have a Page component. On this page is a subcomponent, MyText, that looks like this in Page’s template: And then MyText itself is just this: Item.content is a String, and allowsNull is N in the model. So, obviously, it’s a candidate for automatic EOF property validation