Thanks. Works like a charm. Turns out you can also modify the url directly,
but this is much better.
On 8/30/07, Stephen Allison <[EMAIL PROTECTED]> wrote:
>
> 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.
> >
> >
>
>
>