WOComponent's synchronizesVariablesWithBindings
WOComponent's synchronizesVariablesWithBindings
- Subject: WOComponent's synchronizesVariablesWithBindings
- From: LD <email@hidden>
- Date: Wed, 24 Aug 2005 15:58:08 +1000
Hi there,
I'm having a strange problem with a reusable component of mine.
For some reason, even though I've overridden the above method (as
below) it's still trying to automatically push-pull values. What have
I missed?
I've overridden the above method to return false. i.e.,
public boolean synchronizesVariablesWithBindings() {
return false;
}
I get:
com.webobjects.foundation.NSKeyValueCoding$UnknownKeyException:
[ takeValueForKey()]: attempt to assign value to unknown key:
'directActionName'. This WOComponent does not have an instance
variable of the name directActionName or _directActionName, nor a
method of the name setDirectActionName or _setDirectActionName
with regards,
--
LD
_______________________________________________
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