RE: Validating Indexed Properties

2005-09-22 Thread Jason . Jones
-Original Message- From: Kishore Senji [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 21, 2005 9:11 PM To: Struts Users Mailing List Subject: Re: Validating Indexed Properties > public class DevicePartMeasurementTO implements Serializable { > > > > private int de

Re: Validating Indexed Properties

2005-09-21 Thread Kishore Senji
> public class DevicePartMeasurementTO implements Serializable { > > > > private int devicePartsTypeID; > > private String devicePartsType; > > private float prWave; > > private float impedance; > > private String threshold; > > > > public DevicePartMeasurementTO() > > { > > > > } > > getters a

Validating Indexed Properties

2005-09-21 Thread Jones, Jason (Ann Arbor)
Hello all, I am fairly new to Struts, and have my first application working from a db and navigation standpoint. The last piece I am trying to get working is the validation for my forms, many of which have indexed properties based on DTOs. I user a LazyValidationForm, though I probably didn't n

Re: Validating indexed properties using struts

2005-08-04 Thread Kjersti Berg
On 04/08/05, Kalra, Ashwani <[EMAIL PROTECTED]> wrote: > > Hi, > > Can some one give me some sample on how to validate the indexed > properties in Struts 1.1 > I assume you are using the default Validator plugin. This is an excerpt from my validation.xml, using indexed properties.

Validating indexed properties using struts

2005-08-04 Thread Kalra, Ashwani
Hi, Can some one give me some sample on how to validate the indexed properties in Struts 1.1 Thanks Ashwani This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If y

Validating indexed properties

2004-08-13 Thread Bill Siggelkow
I posted this message to the commons-user list but didn't receive any feedback. Basically, I am trying to get the indexedListProperty feature of Validator to allow me to report errors correctly for each property on a form that fails validation -- the only way I could get it to work was to chang

Re: validating indexed properties

2004-06-09 Thread Niall Pemberton
hael Muller" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 02, 2004 10:55 PM Subject: validating indexed properties > > I have a form with a list of 10 assets. Each asset has a name and a > cash value. I've successfully set up the validator to c

Re: validating indexed properties

2004-06-03 Thread Ron Grabowski
> non-numeric cash value is entered. I would like to > display a little > exclamation point icon next to the field with the > bad cash value. > > Is this possible? I don't see any support in the > "messagesPresent" tag > for indexed properties, nor do I see any support for > indexed items in

validating indexed properties

2004-06-02 Thread Michael Muller
I have a form with a list of 10 assets. Each asset has a name and a cash value. I've successfully set up the validator to catch when a non-numeric cash value is entered. I would like to display a little exclamation point icon next to the field with the bad cash value. Is this possible? I do