RE: Populating a select box from a database

2005-09-23 Thread Rob Turknett
t: Friday, September 23, 2005 8:45 PM > To: user@struts.apache.org > Subject: Re: Populating a select box from a database > > Rob Turknett wrote: > > I want to populate a select element with items from a database. The > items > > can be retrieved by making calls to

Populating a select box from a database

2005-09-23 Thread Rob Turknett
I want to populate a select element with items from a database. The items can be retrieved by making calls to an API that retrieves data from the database. These API methods may throw exceptions if the database is inaccessible, or if the user is not logged in. The items only need to be retrieved on