Have you tried something of the form:
var param:Object = {"dotted.name":value};as the argument to send() ? I've not tried it, but think this should work. On 30 Aug 2007, at 18:54, Richard Rodseth wrote: > HTTPService.send() takes an Object (associative array) as a parameter. > > How do I pass parameters to HTTPService, where the parameter name > is something like "account.userId" > > The Struts action I'm connecting to expects that in the URL. > > Thanks in advance. > >

