RE: [flexcoders] How to pass Query String in Url

2009-07-06 Thread Tracy Spratt
.com] On Behalf Of Charles Parcell Sent: Saturday, July 04, 2009 9:19 AM To: flexcoders@yahoogroups.com Subject: Re: [flexcoders] How to pass Query String in Url Instead of POST perhaps you want GET for your method. CP On Sat, Jul 4, 2009 at 2:50 AM, balaji mailto:mcabal...@gmail.com>

Re: [flexcoders] How to pass Query String in Url

2009-07-04 Thread Charles Parcell
Instead of POST perhaps you want GET for your method. CP On Sat, Jul 4, 2009 at 2:50 AM, balaji wrote: > Hi all, > > I am a newbie to flex , I am trying to pass the querystring to URL but it > is not working . > > The url : http://base_url/?login=loginname&password=password > > I tried to p

[flexcoders] How to pass Query String in Url

2009-07-04 Thread balaji
Hi all, I am a newbie to flex , I am trying to pass the querystring to URL but it is not working . The url : http://base_url/?login=loginname&password=password I tried to pass the arguments like this {username.text} {password.text} I need your he