TMSWeb_Routing demo WebFormShow triggered multiple times

I'm trying out the Routing feature, which is very helpful for structuring web pages. However, it seems to trigger the WebFormShow and WebFormCreate events multiple times. This prevents me from dynamically creating web page objects since the same objects are being created multiple times. I usually fetch data from the server during WebFormShow, but now the server receives multiple requests for the same data.

Is there a better solution available? Thank you.

code :TMSWeb_Routing.dproj

Thanks for reporting. We could trace & solve this issue. The next update will address this.