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