Hello, I am a newbie with Struts and JSP-Programming. I want to program the following:
I want to access a database (oracle) and want to get the results (i.e. firstname and lastname). I connect to the database with JDBC-Calls within the execute-method in the Action-Class ( or should I use the option data-source in the struts-config? ) and store the results in an Array-List. With the results I want to create a select. But how I use the command <html:options collections=??? ... > and display the results? I will be very glad, if somesome can help me. An small example would be helpful ;) Thanks in advance, Christian --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

