[Zope] FSSession newbie problem

Marcello Lupo lupo@atisworld.com
Thu, 08 Jun 2000 14:56:16 +0200


Pavlos Christoforou wrote:
> 
> Hi Marcello
> 
> On Wed, 7 Jun 2000, Marcello Lupo wrote:
> 
> > and macically i obtain the same error.
> > this is the code i used:
> > <dtml-call FSSession>
> > <dtml-unless "FSSession.has_key('cart')">
> > <dtml-call "FSSession.set('cart',{})">
> > </dtml-unless>
> 
> > <dtml-call "FSSession['carrello'].update(REQUEST.form)">
> >
> 
> Shouldn't the above be:
> 
> <dtml-call "FSSession['cart'].update(REQUEST.form)">
> 
> Pavlos
Sorry ... Yes I use "carrello" in italian stay for cart and to send the
e-mail i have changed it in cart and in that  point i forgotten to
change carrello in cart for the e-mail. In few words i use everywhere
"carrello".
Sorry form the mistake but the problem is not there :-)
Thanks,
Marcello