Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

TUTORIALVaadin lets you build secure, UX-first PWAs entirely in Java.
Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Calling javascript synchronously by Enver Haase, 3 weeks ago
Inline parameters in URI
My company is using vaadin to build an application and it is a requirement to allow links to be shared.
Is there any way to have mutiple (inline) parameters when using the vaadin navigator?
exampe being
user/{user_id}/post/{post_id}
?
Last updated on
It is possible with a slight modification, it has to be the part after hash, as explained here: https://vaadin.com/wiki/-/wiki/Main/Using+parameters+with+views
It is one string and parsing to a set of parameters can be done in your code.
Last updated on
You cannot reply to this thread.