Jon, 

This is how I'm stuffing the temp hashtable into the TemplateInfo.

<code snip>
public class TemplateInfo
{
    private RunData data = null;
    private Hashtable tempStorage = null;
    
    public TemplateInfo(RunData data)
    {
        this.data=data;
        tempStorage=data.getUser().getTempStorage();
    }
</code snip>

Is this what you had in mind? 


-- 
dave
[EMAIL PROTECTED]
----------------------
< your inspirational quote here > 


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to