JSF Managed beans. How to force release?

Hi,

Suppose we have two views: outerView and innerView.
outerView has a modal dialog and inside it imports innerView with the import template view control.
How can we release innerView managed bean when the user closes the modal dialog?

Thanks,
Bruno