I have little bizarre problem. Working in Java web development we have project that we use plenty of templates from Velocity. Where one template can refresh section of it self and display one or more templates.
My problems is that in parent template I have to pop up window with message if in child template and item from group A been moved to group B or vice-versa.
Anyone has any idea how change on child template can be propagated up to parent?