Re: Validator, Indexed Properties and error messages.

2005-02-16 Thread Niall Pemberton
Its not down to Struts, since Validator is a separate project and form ineritance (using "extends") has already been put into the development version of Validator (i.e. Validator 1.2) - so its arrival is purely dependant on a release of that version of Validator. http://jakarta.apache.org/comm

RE: Validator, Indexed Properties and error messages.

2005-02-16 Thread Benedict, Paul C
on elements, it mimics what Tiles has achieved. Thanks, Paul -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Edward Cruz Sent: Wednesday, February 16, 2005 1:55 PM To: user@struts.apache.org Subject: Re: Validator, Indexed Properties and error messages. Thank yo

Re: Validator, Indexed Properties and error messages.

2005-02-16 Thread Edward Cruz
Thank you for your help. Antony Joseph lycos.com> writes: > > Check out > http://www.niallp.pwp.blueyonder.co.uk/strutsvalidatorextends.html - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Validator, Indexed Properties and error messages.

2005-02-16 Thread Antony Joseph
Check out http://www.niallp.pwp.blueyonder.co.uk/strutsvalidatorextends.html - Original Message - From: "Cruz, Edward J." <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Subject: Validator, Indexed Properties and error messages. Date: Tue, 15 Feb 2005 11:03:26 -0500 > > Hello all

Re: [validator] indexed properties

2005-01-06 Thread William Ferguson
- Original Message - From: "Matt Bathje" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Friday, January 07, 2005 1:03 AM Subject: Re: [validator] indexed properties > William - > > The problem here is that validator is expecting quantityArra

Re: [validator] indexed properties

2005-01-06 Thread Matt Bathje
William - The problem here is that validator is expecting quantityArray to contain a property called quantity for each element it contains. (For example: quantityArray[0].quantity, quantityArray[1].quantity etc.) Since quantityArray is an array of Integer, it obviously does not contain a proper

Re: validator indexed properties

2004-03-30 Thread Mark Lowe
Nice one.. Cigars and dancing girls are on there way :o) On 30 Mar 2004, at 15:46, Takhar, Sandeep wrote: you'll get other replies, but I think it should be indexedListProperty="stockItems" property="colour" sandeep -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: Tues

RE: validator indexed properties

2004-03-30 Thread Takhar, Sandeep
you'll get other replies, but I think it should be indexedListProperty="stockItems" property="colour" sandeep -Original Message- From: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 30, 2004 8:42 AM To: Struts Users Mailing List Subject: validator indexed properties I've hear