RE: EO Object Lifespan / Editing Context (Goodbye Bill)
RE: EO Object Lifespan / Editing Context (Goodbye Bill)
- Subject: RE: EO Object Lifespan / Editing Context (Goodbye Bill)
- From: Ray Ackland <email@hidden>
- Date: Fri, 18 Jul 2003 09:30:28 +1200
To simplify what the others were saying, if you want some object to be
"passed around" between multiple pages, the best way of doing this is
to make that object an instance variable in your Session class.
You can reference your session object from within WO Builder, and
access its variables (eg the Member object) from any of your pages.
Similarly, if you need any objects to be shared between multiple
sessions, have it as an instance variable in the Application class.
r.
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.