Flex « Parameter « JSP-Servlet Q&A





1. How to transfer parameters from JSP to Flex4?    stackoverflow.com

I am developing a web application in which I need to transfer url parameter from JSP to Flex 4. I think, I must use flashvars concept but I am not sure. Can ...

2. ajax POST to servlet: null parameter    stackoverflow.com

I'm working on a flex application and I need to call some data with a synchonous method. After some research, I've found a code from adobe that use ajax and external ...

3. How can I pass parameters from a web application (JSP) to a Flex application (mxml file)    stackoverflow.com

In my enterprise web application I have a menu item ( struts menu ) which calls for a Flex web application. Here "LPort" is my flex web app and ...