Hello:

I´ve a project with GWT + Spring + Hibernate.  I have the next issue: i
´m redirecting from one page to another by Window.Location.assign from
the GWT subproject (after that, is the Spring controller which manages
the redirect). But now I wanna be able to return to "last page" and
save the state. I mean, I have a form which filters results into a
grid. Then I click a button which redirects me to another page. Then I
click a "go back" button in my new page (a gwt button, not the browser
one) and I want to see the same values I´ve used in the filters.

I´ve read a little about GWT history ,but I was told that the problem
is that  the controller which manages redirections is Spring's and not
GWT's.

Passing all values as parameters in the url is not an option, because
in some cases there are a lot of them.

Any idea?

Thanks.

-- 
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