question about er.extensions.partials.ERXPartial
question about er.extensions.partials.ERXPartial
- Subject: question about er.extensions.partials.ERXPartial
- From: Tim Worman <email@hidden>
- Date: Sat, 23 Mar 2013 14:16:21 -0700
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 (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden