Andrei wrote:
>In Glamour a presentation does not know about it's parent so what you want to do might not be possible.
>Now, it's not very clear for me what you are trying to do. Is the code available somewhere? 

The standard solution we use in Seaside is to sent an announcement in the child, and subscribe in
the parent. In a Glamour context you'd have the browser subscribe to the event. In the announcement 
you can then provide the information the browser needs to do the right thing.

Stephan