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

Validator, Indexed Properties and error messages.

2005-02-15 Thread Cruz, Edward J.
Hello all, In review various documentation and several google search's I have found how to use the validator framework to validate indexed properties. In looking at the javadocs for the validator framework I see that the field class has an attribute called 'property' which (I think) tell

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

[validator] indexed properties

2005-01-05 Thread William Ferguson
Hi all, even after scanning the doco, examples, source code and previous posts I still can't get validation to happen for an indexed field in my Struts (1.2.4) application working. I would really appreciate some help crafting the appropriate validation definition. My form is defined as

Re: validator indexed properties

2004-03-30 Thread Mark Lowe
to:[EMAIL PROTECTED] Sent: Tuesday, March 30, 2004 8:42 AM To: Struts Users Mailing List Subject: validator indexed properties I've heard it can be done , read the presentations, brought the t-shirt, brought another tee shirt for my gran but does using validator of indexed properties works.

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

validator indexed properties

2004-03-30 Thread Mark Lowe
I've heard it can be done , read the presentations, brought the t-shirt, brought another tee shirt for my gran but does using validator of indexed properties works. .. I'm validating other fields so its not that i haven't validate="true" or anything like that. I've bee googling and