You will need to store your cart somewhere between requests. Either in the
session or on the client via a cookie. Most likely, it will be a global
session object and you will declare it as:

@SessionState(create=?)
private Cart cart;

http://tapestry.apache.org/session-storage.html





--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Ordering-problem-tp5716481p5716496.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to