>you would have to rerender modal A i think, you need to reestablish
>the hierarchy on server-side
>
>-igor

That's not so bad - it's kind of what I need to do anyway, because form
A needs to be rerendered to update labels that are populated by model
objects created/edited in B.

Is it just a matter of 

remove(formA);
add(formA);

to do the rerender?

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to