Re: WOComponent's synchronizesVariablesWithBindings
Re: WOComponent's synchronizesVariablesWithBindings
- Subject: Re: WOComponent's synchronizesVariablesWithBindings
- From: Chuck Hill <email@hidden>
- Date: Wed, 24 Aug 2005 10:27:32 -0700
First, double check that you have spelled it correctly. :-) Second,
verify that this message is coming from the component in question and
not from its parent or child components. Those are the two top
reasons when it does not work for me.
Chuck
On Aug 23, 2005, at 10:58 PM, LD wrote:
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:
40global-village.net
This email sent to email@hidden
--
Practical WebObjects - a book for intermediate WebObjects developers
who want to increase their overall knowledge of WebObjects, or those
who are trying to solve specific application development problems.
http://www.global-village.net/products/practical_webobjects
_______________________________________________
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