Inside the view are controllers for selecting cities and parameters. And in the same view selected objects of the selected cities should be displayed. When the view is loaded, the url is analyzed and a request to the server is made based on the parameters. It is not known in advance exactly which parameters will be chosen. Therefore, the url of the page should be something like this: http://site.com/cities?cityId=3&cityId=33¶m1=value1 . In this regard, the questions:
- How to put this url in the right place?
- what event to write a handler to catch such a transition?