Skip to Content
0
Former Member
Jan 02, 2008 at 02:06 PM

to fill drop down box dynamically

23 Views

Hi all,

I want to fill up a drop down box dynamically. i am using ejb to retrive the data from the database.

i got the value for the fiels say for instance "empname" in string [] emp..in my command bean(java bean).

now my empname is like "user1 user2 user3"

want i want is these user1,user2,user3 must be listed in a drop down box.

please help me to fix this problem.

thanx in advance.

Arjun.G