I tested.Your code does not work in V2, so you should check if you use V2 first.I think esql maybe work.
----- Original Message -----
Sent: Friday, April 15, 2005 10:48 PM
Subject: Re: Problems creating a drop down selection box

>beyanet.com wrote:
>>Leszek,
>>so I have now installed 2.1.7, and my documents are still as follows:
>>
>>flow:
>>data.cityList = new Array(2);
>>data.cityList[0] = {value:"AL", label:"Alabama"};
>>data.cityList[1] = {value:"AK", label:"Alaska"};
>>form.showForm("accountDetails1.xml", {"msg":Accountsmsg,
>>"userGlobal":userGlobal}, data);
>>
>>form:
>>  <fd:field id="flist" required="true">  <fd:label>Previous
>>orders</fd:label>  <fd:datatype base="string"/>  <fd:selection-list
>>type="flow-jxpath" list-path="cityList" value-path="value"
>>label-path="label" />      </fd:field>
>>
>>jx:
>><ft:widget id="flist"><fi:styling class="keyinbox"/></ft:widget>
>>
>>But I am still getting an empty selection box. What am I missing here?
>I'll try to post you a working example. It would be easier for you
>to detect differences than for me to debug your code. I hope I have
>some time tonight.

Ok Leszek,
thanks for that.

regards

Uzo

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

Reply via email to