poplulating string array in combobox -help needed

2000-10-11 Thread Gunaseelan, R.
hi , i 'm new to JSP and i hope the probelm i face would be an easy one for many I have a jsp which returns a java string array. i want to populate this in a combo box. when i execute this i get a number of combo boxes with one value in each. the code is do { String

Re: poplulating string array in combobox -help needed

2000-10-11 Thread I Wayan Saryada
You should put you select tag outside you code LOOP so: select .. do { } while() /select -Original Message- From: Gunaseelan, R. [mailto:[EMAIL PROTECTED]] Sent: Thursday, October 12, 2000 12:12 AM To: [EMAIL PROTECTED] Subject: poplulating string array in combobox -help needed

Re: poplulating string array in combobox -help needed

2000-10-11 Thread I Wayan Saryada
er 12, 2000 12:12 AM To: [EMAIL PROTECTED] Subject: poplulating string array in combobox -help needed hi , i 'm new to JSP and i hope the probelm i face would be an easy one for many I have a jsp which returns a java string array. i want to populate this in a combo box. when i execute this i g