It can, but it is the same issue as the indexed
property.  You would have to define each field.  There
isn't currently anything where you can specify
'name[x]' and have it match any index (name[0],
name[1], etc.).  Which is what you would probably want
to do.

David

--- Shamdasani Nimmi-ANS004 <[EMAIL PROTECTED]>
wrote:
> David,
> 
> What I was referring to are the tabular fields, i.e,
> multiple rows of the same kind of data (a grid). Can
> your package be used to validate those.
> 
> Thanks.
> 
> -Nimmi
> 
> -----Original Message-----
> From: David Winterfeldt
> [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, August 21, 2001 5:37 PM
> To: [EMAIL PROTECTED]
> Subject: Re: Does the Validator package work with
> indexed properties?
> 
> 
> If you are referring to having an html field with
> indexed="true" then someone else asked about this. 
> I've been pretty busy so I don't know when I'll get
> to
> this, but I did add it to my To Do List.  I'll make
> it
> a top priority when I have time to work on the
> validator again.  Currently you would have to define
> each field/property in validation.xml that would be
> generated.
> 
> The regexp package uses standard Perl 5 pattern
> matching.  So any perl regular expression tutorial
> would help you write your own.  Here is the javadoc
> link for the class that is used for regular
> expressions.
> 
>
http://jakarta.apache.org/regexp/apidocs/org/apache/regexp/RE.html
> 
> David
> 
> --- Shamdasani Nimmi-ANS004 <[EMAIL PROTECTED]>
> wrote:
> > Hi,
> > 
> > This question probably could be answered best by
> > David Winderfeldt. I want to validate some indexed
> > fields and was wondering if I could use the
> > "validator" package. Also where could I more info
> on
> > how to write expressions for the "mask" field in
> > <formset>?
> > 
> > TIA.
> > 
> > -Nimmi
> > 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Make international calls for as low as $.04/minute
> with Yahoo! Messenger
> http://phonecard.yahoo.com/


__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

Reply via email to