page navigation

30 views
Skip to first unread message

KEERTHIKA C

unread,
Apr 11, 2023, 2:35:58 PM4/11/23
to GWT Users
after creating the login page on the succesfull login the page has to locate to the another page in gwt give me some sample

Colin Alworth

unread,
Apr 11, 2023, 2:38:55 PM4/11/23
to GWT Users
It is difficult to be sure what you are asking, but to navigate automatically to a new URL, you might just want Window.Location..assign(newUrl) or Window.Location.replace(newUrl), depending on exactly what behavior you want to have in your user's browser history. Alternatively if you are using activities/places or history tokens, you should use that specific api to send the user to the correct view.
Reply all
Reply to author
Forward
0 new messages