Hi. Im new to tapestry and im trying to do some projects but its a bit hard
because of the lack of documentation.

Well im doing a simple shopping cart. The cart is stored into my session and
im developing some components for showing the data.  I made this with the
ajaxformloop component so im able to delete a product from the shopping cart
with an ajax request. Everything works fine but i want other zones to be
notified someway so they reload their content (they show the cart content
too) updated after changes.

So:

I have a component developed by myself that recieves the shopping cart
stored into my session as parameter.

<t:mycartview t:shoppingcart="shoppingcart"/>

This shows a list of my shopping cart products with delete buttons for each
one and works fine but i have more components into my page showing this cart
contents and i want them to be updated (or notified that something has
changed) once i delete one product from the cart. I could reload the page
too but didnt want to (that way using ajaxformloop would be stupid... i
would use page redirections).

Is it possible?

Thx in advance 
-- 
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Update-zones-after-session-object-changes-tp2639152p2639152.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