On Mon, 9 Jul 2001, Lokesh Sahni wrote:

> 
> Hi All
> 
> I have very recently stated using Struts Framwork and
> being a part of a development team lot of web sites i
> have always had to create combo boxes and list boxes
> with prefilled values from databases.
> 

What I normally do for something like this is to initialize some
application scope attributes with the lists of options for these
boxes.  Then, on the page itself, you can use <html:options> to pull all
of the required values.

Craig

Reply via email to