Hi Experts,
I have to dynamically render a view to a view container depending upon the url parameters at start-up.
If the url parameter is 'E' then the ESS version of screen should appear and if an 'M' is passed it should show the view for the MSS version.
For this I have created 1 main View which contains a 'View Container', and 2 Views as the ESS and MSS screen. I have embedded views and defined plugs accordingly.
But the problem lies in the fact that the Window's 'Startup event handler' is called after the initiation of the View and Window Controllers, hence I am not getting the a place read the url parameter before that, and thus I cannot dynamically decide which view to embed to the container( fire the correct outbound plug) at start up.
Please suggest, as how I can get the url parameters beforehand and decide which view to embed to the View Container at startup.
Thanks
Akashdeep