samedi 8 août 2015

Redirect to root url In vaadin

i have a simple Vaadin login application.After user login the URL looks something like below

http://localhost:8080/app/#!loogedin

what i wanted to do is after logout the URL should look something like this

http://localhost:8080/app/

i have tried

Page.getCurrent().setUriFragment("", true);

but its not working




Aucun commentaire:

Enregistrer un commentaire