Where should database select go for select dropdown

2003-02-04 Thread Huw Jones
Sorry if this is trivial - but I'm new to the framework and I'm finding the documentation confusing. Just want to create an html select object with options set to the contents of a database table - i.e. visualise a lookup table. So when the form is first displayed the dropdown appears with data

RE: Where should database select go for select dropdown

2003-02-04 Thread shirishchandra . sakhare
, February 04, 2003 7:22 PM To: struts-user Cc: jadestone Subject: Where should database select go for select dropdown Sorry if this is trivial - but I'm new to the framework and I'm finding the documentation confusing. Just want to create an html select object with options set to the contents

Re: Where should database select go for select dropdown

2003-02-04 Thread Eric C. Hein
In yourAction class. - Original Message - From: Huw Jones [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 04, 2003 10:22 AM Subject: Where should database select go for select dropdown Sorry if this is trivial - but I'm new to the framework and I'm finding

RE: Where should database select go for select dropdown

2003-02-04 Thread Alvarado, Juan (c)
dropdown In yourAction class. - Original Message - From: Huw Jones [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 04, 2003 10:22 AM Subject: Where should database select go for select dropdown Sorry if this is trivial - but I'm new to the framework and I'm finding

RE: Where should database select go for select dropdown

2003-02-04 Thread Wendy Smoak
Just want to create an html select object with options set to the contents of a database table - i.e. visualise a lookup table. So when the form is first displayed the dropdown appears with data from a database table. I'm confused where the database access should go - in the JSP or the