Yes, use pull tools.  You can have the entire tool pulled in and out
of the session for you.  So it is available to the template and
accessible in your action.  We are generally creating our model
objects and once we have a need for accessing some of the data we
either make the appropriate object a application tool object or create
a thin object that delagates to the model for the tool.

I've found that I loose track of all the junk I through in the session
when I have get/setTemp's littered everywhere.

>>>>> On Wed, 5 Mar 2003 10:42:55 -0700, "Chris K Chew" <[EMAIL PROTECTED]> said:

> Try looking into pull tools.  Their advantages are easy get/set
> methods, options for how long things live (per request, per session,
> or persistent), and it provides a more explicit framework for what
> is available to templates.

> You will find lots of info in the pull howto, reading the code for
> pull tools like $intake, and reading the user list archives.

> Onward and upward,

> Chris


> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail:
> [EMAIL PROTECTED]

-- 
=====================================================================
Jeffrey D. Brekke                                   [EMAIL PROTECTED]
Wisconsin,  USA                                     [EMAIL PROTECTED]
                                                    [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to