RE: Validating list backed struts form

2007-02-09 Thread Chaudhary, Harsh
Hmmm.cool. I will check it out. Harsh. -Original Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: Friday, February 09, 2007 10:05 AM To: Struts Users Mailing List Subject: Re: Validating list backed struts form On 2/9/07, Chaudhary, Harsh <[EMAIL PROTECTED]>

Re: Validating list backed struts form

2007-02-09 Thread Niall Pemberton
AM To: Struts Users Mailing List Subject: Re: Validating list backed struts form On 2/9/07, Chaudhary, Harsh <[EMAIL PROTECTED]> wrote: > Thanks for the tip. I will try this out now. Another question though, is > it also possible to attach error messages for each property depending > on

RE: Validating list backed struts form

2007-02-09 Thread Chaudhary, Harsh
- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: Friday, February 09, 2007 9:46 AM To: Struts Users Mailing List Subject: Re: Validating list backed struts form On 2/9/07, Chaudhary, Harsh <[EMAIL PROTECTED]> wrote: > Thanks for the tip. I will try this out now. Another question t

Re: Validating list backed struts form

2007-02-09 Thread Niall Pemberton
Harsh. -Original Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: Friday, February 09, 2007 4:35 AM To: Struts Users Mailing List Subject: Re: Validating list backed struts form Specify the property in your form which returns the list of addresses using the "indexedListProperty&

Re: Validating list backed struts form

2007-02-09 Thread Niall Pemberton
should I just go ahead and build a custom validator. Harsh. -Original Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: Friday, February 09, 2007 4:35 AM To: Struts Users Mailing List Subject: Re: Validating list backed struts form Specify the property in your form which ret

RE: Validating list backed struts form

2007-02-09 Thread Chaudhary, Harsh
al Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: Friday, February 09, 2007 4:35 AM To: Struts Users Mailing List Subject: Re: Validating list backed struts form Specify the property in your form which returns the list of addresses using the "indexedListProperty&q

RE: Validating list backed struts form

2007-02-09 Thread Chaudhary, Harsh
required etc. I hope I was clear enough in my example. Harsh. -Original Message- From: Niall Pemberton [mailto:[EMAIL PROTECTED] Sent: Friday, February 09, 2007 4:35 AM To: Struts Users Mailing List Subject: Re: Validating list backed struts form Specify the property in your form

Re: Validating list backed struts form

2007-02-09 Thread Niall Pemberton
Specify the property in your form which returns the list of addresses using the "indexedListProperty" element in your validation.xml - "property" is then the property of a bean in that list. Something like: ... ... Niall On 2/8/07, Chaudhary, Harsh <[EMAIL PRO