Vaadin 6: Access to component via URL

Hi dear comunity,

I have application with just one window. Another views are CustomComponents. I change this views with setContent.
Is the same like here


Views in Vaadin

But i dont know how can i this different views access via URL. In other words i have still just one and the same URL.

Thank you :slight_smile:

You probably want to use URI fragments as they let you avoid extraneous full page reloads.

See
the book
for information about UriFragmentUtility.