If you're using Form.js V2 it will surely not work - form.showForm takes only one parameter in V2. So:

- either use V1 and this will work
- do form.getChild( "flist" ).setSelectionList( ... ) instead of defining your selection list in definition file.

Problem solved, I removed the array elements from the object:

data.cityList[0]

and left it as a straight forward array definition:

cityList[0]

For some reason specifying the array within an object is a no go!

regards

Uzo

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to