RE: AW: how do I use html:options

2001-11-13 Thread Peter Pilgrim
What I meant is that: class AcmeActionForm extends ActionForm { protected ArrayList listCurrencies; //all element are LabelValueBeans protected String action=prompt; //action command public ArrayList getCurrencyValues() { return listCurrencies ; } public void

Re: AW: how do I use html:options

2001-11-12 Thread Peter Pilgrim
Please respond to Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] cc: Subject: Re: AW: how do I use html:options The propeties for options are very confusion, and there's talk on DEV of an alternate tag, optimized to use something like the LabelValue

RE: AW: how do I use html:options

2001-11-12 Thread Scriven, Marcos
List Subject: Re: AW: how do I use html:options Ted The html:options should look for a collection in the actionForm. I have placed collections ArrayList for drop down selection in the action form themselves. For example I have accessor / mutator ArrayList getCurrencyOptions