Tipiweb
09-20-2007, 02:00 PM
Hello all !
I have a problem to make my combobox. I don't know how to put this xml data une my combobox because the example of the reference manual don't works.
I build an opensource groupware with openlaszlo ( http://kontoro.org )
My data is return by a webservice written in php.
the data return by php is :
<calendarDS>
<item>
<id>1</id>
<name>Maxime</name>
</item>
<item>
<id>2</id>
<name>Bruno</name>
</item>
</calendarDS>
lzx code of the combobox :
<combobox name="DiaryList" datapath="calendarDS:/item"
text="$path{'name/text()'}" value="$path{'id/text()'}" width="100%"/>
Can you help me please ?
Thanks,
Max
I have a problem to make my combobox. I don't know how to put this xml data une my combobox because the example of the reference manual don't works.
I build an opensource groupware with openlaszlo ( http://kontoro.org )
My data is return by a webservice written in php.
the data return by php is :
<calendarDS>
<item>
<id>1</id>
<name>Maxime</name>
</item>
<item>
<id>2</id>
<name>Bruno</name>
</item>
</calendarDS>
lzx code of the combobox :
<combobox name="DiaryList" datapath="calendarDS:/item"
text="$path{'name/text()'}" value="$path{'id/text()'}" width="100%"/>
Can you help me please ?
Thanks,
Max