I develop RIA application using Vaadin CDI addon. About the app : it has two views(viewA and viewB) which maintained by Navigator. User story is pretty simple:
Any suggestions/tips-n-tricks how to avoid redirecting to viewB, but redirect to viewA?
Vaadin Forum quiet about this thing.
Thank you
You could override View.enter(...)
in your ViewB, and, according to your application state, update your view URI using Page.getCurrent().setUriFragment(recentUrl, false);