http://www.adobe.com/devnet/flex/articles/struts_05.html After following up on the above article, we have tried to migate our current Struts + JSP solution to using Spring + Flex
While trying to use Web Service, how do you set the ActionForm object in Flex where Service takes this as a parameter? Would use of ValueObjects from Cairngorm architecture be a possible solution? Any other alternatives for passing the ActionForm object from Flex?

