How to get the URL typed in the browser

The only way to access the data following the # is to use the URI Analyzer component (See here for
the relevant section in the Book of Vaadin
).

The reasons behind this are discussed in
this question on StackOverflow

(Redux : Browsers don’t send the fragment portion of the URL when requesting a URL; you have to code that yourself).

Cheers,

Charles.