Futurescale, Inc. PureMVC Home

The PureMVC Framework Code at the Speed of Thought


Over 10 years of community discussion and knowledge are maintained here as a read-only archive.

New discussions should be taken up in issues on the appropriate projects at https://github.com/PureMVC

Pages: [1]
Print
Author Topic: Q:Passing queryString values into application on startup  (Read 5730 times)
eco_bach
Courseware Beta
Sr. Member
***
Posts: 81


View Profile Email
« 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?
Logged
eco_bach
Courseware Beta
Sr. Member
***
Posts: 81


View Profile Email
« Reply #1 on: August 19, 2009, 09:02:01 »

ok

http://forums.puremvc.org/index.php?topic=622.msg2781#msg2781
Logged
Pages: [1]
Print