> My question is how to ask the cart section to updates its 
> state (and redraw it) from a child page?

Just add the superclass element to the AjaxRequetTarget parameter. This
means either holding a reference to it (e.g. a protected instance field)
or better, use get("path:to:cart") to get at it. Remember that all
elements that should be updated via Ajax needs to have called
setOutputMarkupId(true) on them so that the Javascript libraries can
adddress them.

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

Reply via email to