Passing parameters between views

Hi,
Can anyone tell me how to some parameters between views.
I know how to send one but that will not be enough for me and neither will it be safe as it will me mentioned in the url.
Plaese help me ASAP.
thanks.
D.

Hi Dilpreet,

I’ve faced the same problem some time ago and, if you don’t want to pass parameters in the URL because it’s not safe, an option can be to use VaadinSession for passing them between views, it’s not very clean, but it can be useful for you.

Thanks Antlia. It helped alot. :slight_smile:
D.

You’re welcome Dilpreet :wink: