Re: CForms: Is it possible to populate the the drop down list dynamically?

2004-09-06 Thread Superbiji
Use binding, use javascript: add code: widget.setSelectionList( "cocoon:/somepipeline" ) Many way to approach this, see car selector example On Fri, 3 Sep 2004 23:24:11 -0700 (PDT), Syama Thota <[EMAIL PROTECTED]> wrote: > Hi, > I have a form with three drop down lists (list1, > list2, list3), th

Re: CForms: Is it possible to populate the the drop down list dynamically?

2004-09-04 Thread Jens Maukisch
Hi, > I have a form with three drop down lists (list1, > list2, list3), the contents in list2 are populated > depending on the list1 selection, can it be done in > Cocoon CForms? Have a look at the Carselector sample (http://localhost:/samples/blocks/forms/carselector) hth -- * best regard

CForms: Is it possible to populate the the drop down list dynamically?

2004-09-03 Thread Syama Thota
Hi, I have a form with three drop down lists (list1, list2, list3), the contents in list2 are populated depending on the list1 selection, can it be done in Cocoon CForms? Here is an example: Say list1 is list of countries and list2 is list of states for the selected country. So only On list1 select