Oh cool topic, actually i m using flash to display my data. Using bean:write i construct my custom XML document, and at flash side i use a script to parse the XML into multinode array object, that i can process in my flash movie.
----- Original Message ----- From: "Markus" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Friday, March 05, 2004 7:53 AM Subject: Re: Using Struts with Flash interface > Hi > maybe this link would be useful: > http://www.macromedia.com/devnet/flex/articles/struts.html > > Kind regards, > > Markus > > > Hi, > > > > > > > > I am currently using Struts with output to JSP. I want to replace my JSP > > view with Flash, and am very fuzzy about the approach. Could somebody > > throw some pointers into which directions I should proceed. > > > > > > > > Here is my understanding and questions so far. > > > > 1) XML data is posted from flash. How will the my FORM object fit > > in this model. How do I process the request data? > > > > 2) I need to send XML data in the response (I should probably use > > some transformation like Castor XML, or JAXB). How do I accomplish this > > in Action class.. Any patterns, suggestions ?? > > > > > > > > Appreciate your time in advance. > > > > > > > > -- Nitin > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

