RE: populating combo box value from a xml file

2006-06-06 Thread Arthur Bogaart
Hi Deepak,   Declare the combo box in your Cforms model:     myComboBox Ofcourse you can also read your xml-file directly from filesystem by using file:// instead of cocoon:// but in this example I'm using the i18n transformer to translate my labels. The xml-file should have the fol

RE: populating combo box value from a xml file

2006-06-06 Thread Martijn C. Vos
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] wrote: > > Use widget..setSelectionList(). > You can do construct the cml dynamically using jx template and provide as a > match like > widget..setSelectionList("cocoon:/") Any idea if there's something similar for repeaters? (Or possibly some other

RE: populating combo box value from a xml file

2006-06-06 Thread baskar.ganesh
Use widget..setSelectionList(). You can do construct the cml dynamically using jx template and provide as a match like widget..setSelectionList(“cocoon:/”)   Regards, Baskar     From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 06, 2006 5:36 PM To: users