Re: Validating array in S1

2007-11-05 Thread Pavel Sapozhnikov
a > Collection) as a param to the constructor > then getArray method will return your [] > > M-- > - Original Message - > From: "Pavel Sapozhnikov" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" > Sent: Monday, November 05, 2007 7:47 A

Re: Validating array in S1

2007-11-05 Thread Pavel Sapozhnikov
But isn't this [] index notation for arrays only? I am using a List. On 11/5/07, Paul Benedict <[EMAIL PROTECTED]> wrote: > > Look at the Struts user guide. It does support the index [] notation. > > Paul > > On 11/3/07, Pavel Sapozhnikov <[EMAIL PROTECTED]> wrote: > > > > Hi guys so I have a ques

Re: Validating array in S1

2007-11-05 Thread Paul Benedict
Look at the Struts user guide. It does support the index [] notation. Paul On 11/3/07, Pavel Sapozhnikov <[EMAIL PROTECTED]> wrote: > > Hi guys so I have a question I have a List in a form each entry in the > List > contains a text box and two check boxes and that is indexed in the form > like >

Validating array in S1

2007-11-03 Thread Pavel Sapozhnikov
Hi guys so I have a question I have a List in a form each entry in the List contains a text box and two check boxes and that is indexed in the form like I am using indexed properties. Anyway so I am trying to validate one of the check boxes I want to say that there has to be EXACTLY ONE checked che