I don't think there is another way to integrate with the browser's
native controls without using History. Why don't you make each action
a new history item? Maybe something like this: #main/action/update? So
you would have 3 history items that you would create, one for the main
page, then when they click to do some action, you have another item,
and when they click on update, that's the third item added.

--
Arthur Kalmenson



On Thu, Apr 9, 2009 at 3:38 PM, jucimarjr <[email protected]> wrote:
>
> Hi,
>
> I'm having the following problem:
>
> I have some portlets in a page that depends of pageOwner to show their
> contents. Until now OK.
> If I enter in other page, with the same portlets but with a diferrent
> pageOwner, the pageOwner will changed and the portlets will open with
> this pageOwner's data, ok?
> However, if I click at the "Back Button" I'm redirected to the
> previous page with the data of the last pageOwner that I've visited,
> understand?
> What I want is to be redirected to the previous page with the
> pageOwner of THIS page, not with the last pageOwner.
> But to solve this problem, I'd like to know if there is another way
> without use HistoryListener, because if have a root panel to each
> portlet and not a root page to control everything, understand? So, I
> can't use historyListener to each root panel.
>
> Regards,
>
> Jucimar Cândido.
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to