In Vaadin Flow, Once a view is rendered, another invocation of the same view again will render the previously opened view. Is their any way to create new instance of the class.
this is my view page which am talking about. It doesnt have route.
On Clicking the View Icon this code is being executed, the route is always dynamically assigned. View Page is IBillingViewPageUI
The View Icon
Here once once view icon is clicked, the page will be rendered with required data. but clicking on another view icon, since the navigation target is same, same instance is being opened again. no new instances are created. so my dynamic data rendering is not getting possible.