View with get parameter

Hi guys,
I am using vaadin 8 and I have a view, and I would like pass to this view a list of parameters.

url view: http://localhost:8080/project/ui#!account/activation

desidered url view http://localhost:8080/project/ui#!account/activation?mail=xxx&code=yyyy

if I open the desidered url, the console shows error, view not found.

Where I wrong? and also, if I will be able to go to the desidered url, in wich way I can retrieve mail and code?

Thanks!

nop, I will try. Thanks!

Have you tried .http://localhost:8080/project/ui?mail=xxx&code=yyyy#!account/activation instead?

-Olli

Great!

it works. Thanks!