on 11/10/2000 8:25 AM, "Christoph Reck" <[EMAIL PROTECTED]> wrote:

> No need to propose anything new. Turbine provides this functionality
> already indirectly in RunData.getTemplateInfo() methods:
> setTemp(key, value), getTemp(key), getTemp(key, defaultValue),
> getString(key), and getStringArray(key)
> 
> Place your per-request temporary data in:
> data.getTemplateInfo().setTemp("abc", "def")
> 
> All TemplateInfo needs for completeness is a removeTemp(key) as
> provided in the patch below. Also I provided a getTempNames() for
> debugging purposes.
> 
> 
> I hope that a CVS master can takeover the diff -u from below.
> Please let me know if I should send my patched file as an attachment
> to you.
> 
> 
> :) Christoph

done.

-jon

-- 
twice of not very much is still a lot more than not very much



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to