Re: Dynamic dropDown List

2011-01-20 Thread Dave Newton
On Thu, Jan 20, 2011 at 12:10 PM, mre...@4sxs.de wrote: > And in my bean I have the variable " private String[] answers;" with getter > and setters... > You'd probably want a map, no? > But it is not working and the variable " quest.questionId" is not > replaced by the value. > Try with a

Re: Dynamic dropDown List

2011-01-20 Thread Dave Newton
On Thu, Jan 20, 2011 at 11:08 AM, mre...@4sxs.de wrote: > > ? Dave

Re: Dynamic dropDown List

2011-01-18 Thread Chris Pratt
is Pratt [mailto:thechrispr...@gmail.com] > Gesendet: Montag, 17. Januar 2011 19:22 > An: Struts Users Mailing List > Betreff: Re: Dynamic dropDown List > > The Struts documentation can be pretty helpful here. Here's an excerpt > fro

Re: Dynamic dropDown List

2011-01-17 Thread Chris Pratt
The Struts documentation can be pretty helpful here. Here's an excerpt from http://struts.apache.org/2.1.8.1/docs/iterator.html (I changed the variable names to match yours): oddeven"> , If you ne