WebObjects 5.3.3: Behavior change with WOComponent.synchronizesVariablesWithBindings()?
WebObjects 5.3.3: Behavior change with WOComponent.synchronizesVariablesWithBindings()?
- Subject: WebObjects 5.3.3: Behavior change with WOComponent.synchronizesVariablesWithBindings()?
- From: Francis Labrie <email@hidden>
- Date: Fri, 16 Feb 2007 12:38:43 -0500
Hi,
Since I've upgraded to WebObjects 5.3.3, I get exceptions with an application having components with bindings that are not really bounds to an attribute or a setter method int the subcomponent class, even if the synchronizesVariablesWithBindings() of this class returns false:
com.webobjects.foundation.NSKeyValueCoding$UnknownKeyException: [<com.webobjects.appserver.WOComponent name: MySubComponent subcomponents: null > takeValueForKey()]: attempt to assign value to unknown key: 'unboundKey'. This WOComponent does not have an instance variable of the name unboundKey or _ unboundKey, nor a method of the name setIUnboundKey or _setUnboundKey
Is someone able to confirm this? Should we consider this as a bug, since it seems now that binding synchronization occurs even the synchronizesVariablesWithBindings() of this class returns false?
Kind regards, |
_______________________________________________
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