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

