Hi @all,

in my current project, i have to ensure, that a user can work with
multiple instances of the same page, but every page instance has different data.
Means, that he can open multiple windows with the same page. With a
plain page, this should be no problem, but in this case, the page
contains a TabPanel, which, as we all know, forces a page reload in
case of changing the current tab page. In other cases, it is necessary
to reload the page with a "location.href" refresh in javascript, without
a form submit.

The problem is:
if the user opens the page to display data object A, after that opens
another instance of the same page with data object B, goes back to A
and does something with this instance (i.e. forcing a page reload or
changing the tab page), the data of object B is displayed in page A, because it 
was the
last data object bound to this tapestry page.

Hope, you can understand, what i mean.

How can i handle this ?

best,

Rene
______________________________________________________________
Verschicken Sie romantische, coole und witzige Bilder per SMS!
Jetzt bei WEB.DE FreeMail: http://f.web.de/?mc=021193


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to