try to change
*var myParam:string=lz.Browser.getInitArg('**myParam **');*
to be
*var myParam = lz.Browser.getInitArg('**myParam **');*On Mon, Dec 12, 2011 at 15:49, Mirok <[email protected]> wrote: > Hello,everyone! I am trying to send some data to OM using POST method. The > server side is getting value well and printing parameters right. When i try > to print them in the clientside in debug mode, it is printing: > *INFO: myParam :: [Ljava.lang.String;@55c7fee* > but I input 00000. > I am printing value using this code: > *var myParam:string=lz.Browser.getInitArg('**myParam **');* > *if ($debug) Debug.info("**myParam **:: ",**myParam **); > * > * > * > Does anyone know where is the problem? > > PS.Sorry for my english =) > > -- > You received this message because you are subscribed to the Google Groups > "OpenMeetings developers" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/openmeetings-dev/-/NBVQOSmE9pcJ. > 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/openmeetings-dev?hl=en. > -- WBR Maxim aka solomax -- You received this message because you are subscribed to the Google Groups "OpenMeetings developers" 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/openmeetings-dev?hl=en.
