Hi Dharmendra check the output of convertDGToHTMLTable(dg)
method either by trace or Alert. and also check how the URL parameters are populated in Browser by making URLRequestMethod.POST as URLRequestMethod.GET also put some System.out.println or some other things to display what is the values you are geting from parameter Gnanz.../ http://gnanz-flexworld.blogspot.com Dharmendra Chouhan wrote: > Hi , > I am accessing flex application running on JBOSS server from Dot > Net Client.Everything is working fine except i am NOT able to send > data in http post. > var variables:URLVariables = new URLVariables(); > variables.htmltable = convertDGToHTMLTable(dg); > var u:URLRequest = new URLRequest("ExcelExport.jsp"); > u.data = variables; //Pass the variables > u.method = URLRequestMethod.POST; / > > ExcelExport.jsp resides in same server directory where app is running > > It opens a blank excel file when I access my flex datagrid from dot > net container > > However ,I am able to pass data in http post when I run flex > application from browser. > > In Nutshell , data is not being passed when application accessed from > dot net client. > > Please help me to find solution of this issue. > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

