I would like to write a patch, but if I write :

add (String key, Object theObject)
{
        this.put(key, theObject);
}

It doesn't work. It inserts the key in the hastable but the object is null
(I looked with my debugger).

Do you have any idea to make it running ?

Herv�


----- Original Message -----
From: Jon Stevens <[EMAIL PROTECTED]>
To: Turbine <[EMAIL PROTECTED]>
Sent: Wednesday, November 08, 2000 6:58 PM
Subject: Re: How to add objects in ParameterPaser


> on 11/8/2000 8:04 AM, "Herv� Guidetti" <[EMAIL PROTECTED]> wrote:
>
> > Thanks but I stiil have a question.
> >
> > PP.add() exists but it does not take (String, Object) as parameters.
> >
> > Herv�
>
> send a patch.
>
> -jon
>
> --
> http://scarab.tigris.org/    | http://noodle.tigris.org/
> http://java.apache.org/      | http://java.apache.org/turbine/
> http://www.working-dogs.com/ | http://jakarta.apache.org/velocity/
> http://www.collab.net/       | http://www.sourcexchange.com/
>
>
>
>
> ------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
> Problems?:           [EMAIL PROTECTED]
>



------------------------------------------------------------
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