Re: shopping cart : creating a new context

2003-10-31 Thread gounis
it and adding the first item to the cart. thanks Julien - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 8:38 PM Subject: Re: shopping cart : creating a new context i'm interesting too about this cart if u

Re: shopping cart : creating a new context

2003-10-30 Thread julien bloit
: Wednesday, October 29, 2003 1:00 PM Subject: RE: shopping cart : creating a new context Hi, I also had problems creating and accessing session contexts. I solved them using the session logicsheet. You can find the doc here http://cocoon.apache.org/2.1/userdocs/xsp/session.html Have fun

RE: shopping cart : creating a new context

2003-10-30 Thread Peter Dietz
: RE: shopping cart : creating a new context Hi Julien, only saw your post today and followed the thread afterwards. My approach seems to work the same way. I´m also able to create a context without any user identification process, add and retrieve values etc. Only I´m using the Session Logicsheet

Re: shopping cart : creating a new context

2003-10-30 Thread julien bloit
: Wednesday, October 29, 2003 8:38 PM Subject: Re: shopping cart : creating a new context i'm interesting too about this cart if u use setxml then you re-create the content in session's context (correct me if i'm wring) so that we need is a mechanism tha wil determine if the shoping-cart exist

Re: shopping cart : creating a new context

2003-10-30 Thread gounis
the first item to the cart. thanks Julien - Original Message - From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 8:38 PM Subject: Re: shopping cart : creating a new context i'm interesting too about this cart if u use setxml then you re

Re: shopping cart : creating a new context

2003-10-29 Thread julien bloit
Alright, I'll try it. What do you mean by experimental? It's not wise to implement it in a production project for the moment ? - Original Message - From: leo leonid [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, October 28, 2003 10:22 PM Subject: Re: shopping cart : creating

RE: shopping cart : creating a new context

2003-10-29 Thread Peter Dietz
, 29. Oktober 2003 11:59 To: [EMAIL PROTECTED] Subject: Re: shopping cart : creating a new context Alright, I'll try it. What do you mean by experimental? It's not wise to implement it in a production project for the moment ? - Original Message - From: leo leonid [EMAIL PROTECTED

Re: shopping cart : creating a new context

2003-10-29 Thread julien bloit
, October 29, 2003 1:00 PM Subject: RE: shopping cart : creating a new context Hi, I also had problems creating and accessing session contexts. I solved them using the session logicsheet. You can find the doc here http://cocoon.apache.org/2.1/userdocs/xsp/session.html Have fun, Peter

RE: shopping cart : creating a new context

2003-10-29 Thread Matthew Langham
any authentication for this. HTH Matthew -Original Message- From: julien bloit [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 1:04 PM To: [EMAIL PROTECTED] Subject: Re: shopping cart : creating a new context Thanks Peter, Before I dig into the problem a little more

Re: shopping cart : creating a new context

2003-10-29 Thread julien bloit
authentication for this. HTH Matthew -Original Message- From: julien bloit [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 1:04 PM To: [EMAIL PROTECTED] Subject: Re: shopping cart : creating a new context Thanks Peter, Before I dig into the problem a little more

RE: shopping cart : creating a new context

2003-10-29 Thread Matthew Langham
] Sent: Wednesday, October 29, 2003 4:02 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: shopping cart : creating a new context Ok, the session creation seems to work with the session action, however, it seems I can't get the session transformer to work in my pipeline

RE: shopping cart : creating a new context

2003-10-29 Thread gounis
hi julien i like very much your very clean shoping-cart approach and i consider to replace a javascripr based simple shoping cart with something like yours but as i see you set your cart (in session) at once, you are not able to add or remove items thats right or is something i missed?

Re: shopping cart : creating a new context

2003-10-29 Thread Matthew Langham
PROTECTED] To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: julien bloit [EMAIL PROTECTED] Sent: Wednesday, October 29, 2003 6:15 PM Subject: RE: shopping cart : creating a new context hi julien i like very much your very clean shoping-cart approach and i consider to replace a javascripr based simple

Re: shopping cart : creating a new context

2003-10-28 Thread leo leonid
On Oct 28, 2003, at 4:52 PM, julien bloit wrote: Hi all,   I want to implement a rather classical type of webapp where the user browses a catalog, adds items to its shopping cart, and logs in or registers when he's ready to buy the items from his cart.   I browsed through the mailing list