RE: Html:options question help

2002-06-26 Thread James Mitchell
> -Original Message- > From: Eyassu, Daniel [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, June 26, 2002 10:22 AM > To: [EMAIL PROTECTED] > Subject: Html:options question help > > > IF I have an ActionFrom that looks like > > > public class WorkAu

Html:options question help

2002-06-26 Thread Eyassu, Daniel
IF I have an ActionFrom that looks like public class WorkAuthForm extends ActionForm { private ArrayList engineers; public ArrayList getEngineers() { return this.engineers; } public void setEngineers(ArrayList engineers) { this.engineers = engi