Re: simple html:select issue

2004-12-01 Thread Mark Lowe
Corey's suggestion could work with arraylist. If you use your code wrote: > Andy, > > I believe you are after something like this: > > > > > Regards, > Corey > > > > On Wed, 01 Dec 2004 11:18:33 +, andy wix <[EMAIL PROTECTED]> wrote: > > Hi, > > > > I am trying to use select an

Re: simple html:select issue

2004-12-01 Thread Corey Scott
Andy, I believe you are after something like this: Regards, Corey On Wed, 01 Dec 2004 11:18:33 +, andy wix <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to use select and options tags in the simplest way where I have > an ArrayList of Strings in the request (Logs) and I wish the

simple html:select issue

2004-12-01 Thread andy wix
Hi, I am trying to use select and options tags in the simplest way where I have an ArrayList of Strings in the request (Logs) and I wish the one selected to end up in the form's logName variable. According to page 296 of Struts in action I think this should work: but I get: [ServletExceptio