In our web application we are switching the active view content as documented using the build in showIn function of the layout class
layout.showIn("#content", view);During debugging sessions we have noticed, that this method also invokes the show method of the current active view and not only the new view.
We are not quite sure if this is working as designed or if there is a misconfiguration from our side.
Is it possible to prevent this behaviour?
Thanks in advance.
Regards
Patrick