[flexcoders] flex passing values

2007-05-07 Thread Kulsum Arif
I am new to flex and want to design a search page: Basically once user gives his input, the search page should go away and teh results should appear. I tried doing 2 mxml files for this and passing values as query string params. The 2 page setup works but I am not able to pass values as quer

Re: [flexcoders] flex passing values

2007-05-07 Thread slangeberg
Simplest approach is to have one .mxml file that contains two other components, such as Input.mxml and Output.mxml. I tend to follow the Cairngorm approach, even if just by using a Singleton ModelLocator, which allows you to store values such as _searchString - input by user - globally. Input.mx