Why shouldn't pages share objects? pushing object x from page a to page b to modify x and then return to either the same or another instance of page a is just fine. You can also wrap object x in a model and use that same model on different pages / components.
Maurice On Thu, Mar 13, 2008 at 10:14 AM, Frank van Lankvelt <[EMAIL PROTECTED]> wrote: > Hi, > > please excuse my newbie question; is it correct that pages cannot share > objects? (any pointers on the subject of wickets serialization would be > greatly appreciated) > > I want to provide some feedback to the main page from a modal-window, > and now do this by putting meta-data in the session. Is there a cleaner > way to do this? > > thanks, Frank > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
