Hi iam new to spring blazeds and flex
i am doing a simple application where i need to pass parameters from one .mxml to another .mxml, these two are .mxml components not applications, my application is some what like this, i take in consumer details as input in one .mxml component and then i need to pass the user firstname and lastname to another .mxml file for, can anyone help me with this problem please. If possible can anyone post an example please that would be great help for me
The first think you need to do is to learn Flex
devnet/flex/videotraining/
For your solution, you could dispatch an event containing the user data in the form component, handle that event in the parent component (the Application for example) and pass that user to the detail component.
If you need help related to Flex (not Spring BlazeDS integration), you should visit Adobe Flex forums : community/flex |