Christopher Oliver wrote:That approach isn't possible with v2/Form.js and seemed very hacky to me in the original version.
I think you need something like
wid.server.setSelectionList(STATES, "value", "key");
Or simply:
form = new Form("mmm-def.xml"); form.createBinding("mmm-bind.xml"); form.showForm(uri, { "server" : STATES });
Ugo
Chris
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
