Click to See Complete Forum and Search --> : How to populate data from JavaBean to drop down menu


jeniebyrd
September 24th, 2004, 11:14 PM
Hi everyone,

I am using JavaScript to create drop down menus. Right now I have the literal values in arrays. I need to populate the menus with data that is stored in a JavaBean that was retrieved from a DB2 table. Any suggestions on how to do this? I can't find any documentation with examples of this.