Saturday, February 7, 2009
Hi Every One .
Many Students just asked me how to send the flex xml data from flex to a JSP Page.
Well it's not so difficult i am writing some of my Codes here.
First start with your flex Code

Here all xml tag can be accesed at the Jsp page .
By simple coding like
String webmasterid=request.getParameter("webmasteid");
String BImage=request.getParameter("BImage");
String themecolor=request.getParameter("themecolor");
String HeaderText=request.getParameter("HeaderText");
String LImage=request.getParameter("LImage");
you can get Every xml parameter from flex and now you have to send the Xml data back to the Flex application . Your Just page Output Must be text/xml. just send your xml data and parse the xml data into your Flex application. well after a mine Big Project i will Upload my latest flex Code with java Here.
2 Comments:
-
- Anonymous said...
February 9, 2009 at 12:02 AMThanks for the Simple Info- Anonymous said...
February 9, 2009 at 12:03 AMThanks for the info
Subscribe to:
Post Comments (Atom)