Thanks a lot! It works! I guess I was too obsessed with the HTTPService.
Jen --- In [email protected], Manish Jethani <[EMAIL PROTECTED]> wrote: > On Mon, 21 Mar 2005 19:12:42 -0000, zfan00 <[EMAIL PROTECTED]> wrote: > > > <mx:HTTPService id="svc" url="/strutsflex/action/signin" > > resultFormat="text" method="POST" > > result="alert(svc.result.toString())"> > > <mx:request> > > <userName>{userName.text}</userName> > > <password>{password.text}</password> > > </mx:request> > > </mx:HTTPService> > > Instead of HTTPService, I think you want to use getURL() > > Manish Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

