-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
> public class DevicePartMeasurementTO implements Serializable {
>
>
>
> private int devicePartsTypeID;
>
> private String devicePartsType;
>
> private float prWave;
>
> private float impedance;
>
> private String threshold;
>
>
>
> public DevicePartMeasurementTO()
>
> {
>
>
>
> }
>
> getters a
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
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.
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
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
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
> 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
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
9 matches
Mail list logo