Vaadin 13 - How do I get a previous parameter for my application through th

Good afternoon,

Using Vaadin 13, how do I get a previous parameter for my application through the URL? For example, if the user types:

www.myapp.com/?par1=valuePar1

I need to get the value “valuePar1”.

Thankful,

Carlos.

This documentation explains it: https://vaadin.com/docs/v14/flow/routing/tutorial-router-url-parameters.html#query-parameters

Olli Tietäväinen:
This documentation explains it: https://vaadin.com/docs/v14/flow/routing/tutorial-router-url-parameters.html#query-parameters

Thank you so much Olli.
Much success in your life.

Hy Olli. I updated my app to Vaadin 14.2 and after that it is not calling the setParameter method that I put in the LoginScreen based on the Simple App on the Vaadin main page. In version 13 this method worked. What should I do?
18349754.java (5.24 KB)