hi friends when i'm connecting form flex to java/spring/hibernate in an AIR
application im getting this error:
public function init():void
{var Map:Dictionary = new Dictionary;
var Patientname:Object = new Object;
Map[Patientname] = 'prajnith';
public function funcCALL():void
{
ro.register(Map);
}
remoteobject destination every thing is correct and end point url is also
correct:
i passed values through paramaters its succesfull .... but when im using
hashmapping : got damn: :(
click="funcCALL()"
Prajnith
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Flex
India Community" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/flex_india?hl=en
-~----------~----~----~----~------~----~------~--~---