I have a display group quoteDisplayGroup in a webcomponent.
The question is where in the components Java file I set the binding:

quoteDisplayGroup.queryBindings().takeValueForKey(value, "attributeValue");

and how...

Another question... in my research I have come upon this one:

quoteDisplayGroup.queryBindings().setObjectForKey(value, "attributeValue");

Which one should I use?

think of queryBindings() as a NSMutableDictionary ( NSKeyValueCoding ), thus you can use both interfaces.

you can do it almost anywhere you want ( as far as it make sense ;-) ).

- jfv

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to [email protected]

Reply via email to