> I've recently been wondering about the following use case: an instance > of Foo class, used as a detached value object, is edited in a > FooEditPage. For some reasons, let's say this page then needs to launch > dialogs spanning over different pages. Each of these pages could then > change some fields of the VO being passed around.
Sharing between pages is easier done by placing it in the Session which is accessible from all of them. - Tor Iver --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
