Thanks for Reply.

This application is working fine when I run it on Browser and
exporting XLS ..But I need this to be working on StandAlone Flesh
Player.

When I run this app in Stand Alone Flesh Player , It is not passing
values of variables to back end script in my case it is servlet.


I even trid to put simpe string in  URLVariables like

    variables.htmltable  = "HIIII";



I also put break point in servlet,found that data is not being passed
to it.

Opended a jira ticket for the same,see it for more in info


https://bugs.adobe.com/jira/browse/SDK-19647


Please note that this issue has been observed when I run app in Stand
Alone Flesh Player(NOT browser)



Regards,

Dharmendra

On Feb 28, 4:56 pm, GnanaPrakasam T <[email protected]> wrote:
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to