on 1/4/2001 10:37 AM, "John McNally" <[EMAIL PROTECTED]> wrote:
> Just a quick thought, I am not completely sure this will work.
>
> In a PullSystem class, you have a method like:
>
> getObject("key", "className", context)
> {
> if (context.contains("key"))
> return context.get("key");
> else
> {
> Object o = instantiate "className"
> context.put("key", o);
> return o;
> }
>
> Then Actions/Screens call this method to prepare the BO. They will
> either get the one added earlier in the chain or add it if it is not
> there yet.
>
> John McNally
That is a good idea. I will explore that as well.
-jon
--
Honk if you love peace and quiet.
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]