Hi saifi,

the priblem i was facing was the method i called from flex wasnt returning
any input.
i solved it by changing the way i was calling it.
initially i was doint this
<mx:Button click="myservice.method.send()">
but i changed it to
<mx:Button click="callmethod()"
and wrote the following in the script
private function callmethod():void
{
myservice.method.send();
}

On Tue, May 19, 2009 at 6:31 PM, Saifi Khan <[email protected]>wrote:

>
>
> On Tue, 19 May 2009, pradyu nv wrote:
>
> > Hi Mukund,
> > Thank you for the reply.I have managed to figure out the
> > solution for my current issue.
> >
>
> What is the solution to the problem you were facing ?
>
> When you ask a question in Twincling community, you are also
> obliged to share the solution !
>
> thanks
> Saifi.
>  
>


[Non-text portions of this message have been removed]

Reply via email to