Re: [Wonder-disc] WOForm, ERXWOForm and 'secure' binding : another unexpected behaviour
Re: [Wonder-disc] WOForm, ERXWOForm and 'secure' binding : another unexpected behaviour
- Subject: Re: [Wonder-disc] WOForm, ERXWOForm and 'secure' binding : another unexpected behaviour
- From: Mike Schrag <email@hidden>
- Date: Tue, 6 May 2008 23:55:10 -0400
I've just found a bit of a (couple of) better fix :
either replace this line :
_secure = (WOAssociation)
_associations.removeObjectForKey("secure2");
by :
_secure = super._secure;
I'll fix this tomorrow ... We can't implement the fix as you're
showing because that won't compile in 5.3, but it should be an easy fix.
ms
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden