a couple of ways.
first, if your lists are short (and only you can decide what short is), then you can populate your lists with a single compound fex.
compound loads the entire javascript array into your browswer and doesn't go back to the server to populate the 2nd box when the first box is selected.
second, if your lists are too long for the compound method, then the complex method works,
2 separate fexes.
the first box has a default value of , say, 'zero', and that 'zero' has a description like 'select your country here';
the 2nd box's fex has a default value of, say, 'zero', and that 'zero' had a description like 'waiting for you to select your country'..and then has NOTHING below it.
the 2nd box's fex evaluates the first box (value='zero') and doesn't produce its entire long list until some actual value (anything but 'zero') gets selected in the 1st box, then the 2nd fex says 'oh you've selected something, ok i'll give you a whole long list now'
see?
| In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID |