• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
question about er.extensions.partials.ERXPartial
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Prev by Date: Re: java.lang.ClassNotFoundException: com.webobjects.foundation.development.NSBundleFactory
  • Next by Date: applicationContext.xml file Not able to Find
  • Previous by thread: Re: java.lang.ClassNotFoundException: com.webobjects.foundation.development.NSBundleFactory
  • Next by thread: applicationContext.xml file Not able to Find
  • Index(es):
    • Date
    • Thread