PureMVC Architects Lounge

Announcements and General Discussion => Architecture => Topic started by: eco_bach on August 19, 2009, 08:59:08



Title: Q:Passing queryString values into application on startup
Post by: eco_bach on August 19, 2009, 08:59:08
I have a queerystring utility class I'm instantiating from my main class.

If there are querystring key value pairs associated with the url that loads the application, I need to feed them into the application as they will determine what my application does on startup.

My question is, what is the best practice for doing this in  PureMVC app?

Should I pass any query string variables  into my ApplicationFacade startup method and then make them part of the first STARTUP notification?


Title: Re: Q:Passing queryString values into application on startup
Post by: eco_bach on August 19, 2009, 09:02:01
ok

http://forums.puremvc.org/index.php?topic=622.msg2781#msg2781