Hi all:

I'm hoping someone much smarter than me can answer a question about the 
ERXPartial class. This method is implemented in ERXPartial:

takeStoredValueForKey(Object value, String key)

but this method is not:

takeValueForKey(Object value, String key)

The problem is, the first method obviously bypasses my accessor methods in 
these classes. Is there a reason that the second method could not be 
implemented in ERXPartial the same as the first, like:

public void takeValueForKey(Object value, String key) {
        _primaryEO.takeValueForKey(value, key);
}

Tim
UCLA GSE&IS
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to