How to use ajax in selection-list

2008-10-06 Thread asif_zzz
. I've used ajax in repeaters. Any suggestions,appreciated Regards, Aashik -- View this message in context: http://www.nabble.com/How-to-use-ajax-in-selection-list-tp19836402p19836402.html Sent from the Cocoon - Users mailing list archive at Nabble.com

Re: How to use ajax in selection-list

2008-10-06 Thread imran
asif_zzz wrote: hi, im new to cocoon. Im using cocoon 2.1.10 CForms. I need to use ajax in a selection-list. My scernario is when i select a item in a selectionlist, i need to get some value from the database based on the Selected value of the selectionlist. And populate the new retrived

Re: How to use ajax in selection-list

2008-10-06 Thread asif_zzz
=customerSelectedId state=invisible fd:datatype base=string/ /fd:field Regards Aashik -- View this message in context: http://www.nabble.com/How-to-use-ajax-in-selection-list-tp19836402p19838759.html Sent from the Cocoon - Users mailing list archive at Nabble.com

Re: How to use ajax in selection-list

2008-10-06 Thread imran
asif_zzz wrote: Hi Imran, First of all thanks for your reply.. I've populated all the values to the selection list. Based on selected value ,i need to process the information in the DB and the i need to load the new values using ajax.. I've tried on on change event handler..The selected