Re: Several problems

1999-06-26 Thread Anonymous
EMAIL PROTECTED] -Original Message-From: SoftTeam Blas Catherine [mailto:[EMAIL PROTECTED]]Sent: Tuesday, June 22, 1999 11:05 AMTo: [EMAIL PROTECTED]Subject: Several problems I have several pbs :   1. I store this in the session object : CE (it's the

Several problems

1999-06-22 Thread Anonymous
I have several pbs :   1. I store this in the session object : CE (it's the code of a color)      session.putValue("CouleurTitre","CE");   And I want to retrieve it in order to put it in a table, I do this :   String CouleurTitre = session.getValue("CouleurTitre").toString();   Coul