Re: Errors repopulating the list after validation.

2009-02-20 Thread sheva j
__ > _ mailto:sidharth.bhat...@gmail.com > > > -Original Message- > From: sheva j [mailto:shee...@gmail.com] > Sent: Wednesday, February 18, 2009 11:42 PM > To: Struts Users Mailing List > Subject: Re: Errors repopulating the list after validation. >

RE: Errors repopulating the list after validation.

2009-02-19 Thread Sidharth Bhatia
al Message- From: Jim Kiley [mailto:jhki...@summa-tech.com] Sent: Thursday, February 19, 2009 12:26 PM To: Struts Users Mailing List Subject: Re: Errors repopulating the list after validation. Is your getter named "getCountries()"? On Thu, Feb 19, 2009 at 12:23 PM, Sidharth Bh

Re: Errors repopulating the list after validation.

2009-02-19 Thread Jim Kiley
> Sent: Wednesday, February 18, 2009 11:42 PM > To: Struts Users Mailing List > Subject: Re: Errors repopulating the list after validation. > > Hi, > Declare like this in your action class, > > List country = new ArrayList(); > > Hope this will solve your problem &

RE: Errors repopulating the list after validation.

2009-02-19 Thread Sidharth Bhatia
@gmail.com -Original Message- From: sheva j [mailto:shee...@gmail.com] Sent: Wednesday, February 18, 2009 11:42 PM To: Struts Users Mailing List Subject: Re: Errors repopulating the list after validation. Hi, Declare like this in your action class, List country = new ArrayList(); Hope this will

Re: Errors repopulating the list after validation.

2009-02-18 Thread sheva j
Hi, Declare like this in your action class, List country = new ArrayList(); Hope this will solve your problem - Sheeva On Thu, Feb 19, 2009 at 5:47 AM, Sidharth Bhatia wrote: > Hi, > > > > I have form, and a list that is being populated with it. When I first enter > the action the list po