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

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.

Re: validating indexed properties

2004-06-09 Thread Niall Pemberton
No there isn't, but I think it would be a good idea to add "indexed" attribute to the errors/messages tags. Why not create an enhancment request in bugzilla and even better, post a patch. http://issues.apache.org/bugzilla/ Niall - Original Message - From: "Michael Muller" <[EMAIL PROTE

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