From: Anthony E. <me...@an...> - 2002-03-22 16:13:10
|
The problem is fixed now...actually I had it fixed yesterday but I didn=92t get a chance to send out a message (even though I thought I did...go figure). Sincerely, Anthony Eden > -----Original Message----- > From: for...@li...=20 > [mailto:for...@li...] On=20 > Behalf Of Dan Bachelder > Sent: Friday, March 22, 2002 10:58 AM > To: for...@li... > Subject: RE: [FormProc-developer] REValidator >=20 >=20 > thanks! >=20 > On Thu, 2002-03-21 at 13:35, Anthony Eden wrote: > > Yes, I see that there is a problem...I am troubleshooting=20 > it now and=20 > > will let you know when the fix is in the CVS. > >=20 > > -Anthony > >=20 > > > -----Original Message----- > > > From: for...@li... > > > [mailto:for...@li...] On=20 > > > Behalf Of Dan Bachelder > > > Sent: Tuesday, March 19, 2002 3:36 PM > > > To: FormProc Developer List > > > Subject: [FormProc-developer] REValidator > > >=20 > > >=20 > > > REValidator doesn't appear to be working the way it used to... > > >=20 > > > I have the following: > > >=20 > > > ------ formproc.xml --------- > > >=20 > > > <shared-validator name=3D"notempty"> > > > <validator type=3D"expression"> > > > <pattern>.{1,}</pattern> > > > <error lang=3D"en">Field must not be empty</error> > > > </validator> > > > </shared-validator> > > >=20 > > > ------ userform.xml --------- > > >=20 > > > <element name=3D"username"> > > > <validator type=3D"shared" name=3D"notempty"/> > > > <message lang=3D"en">username must not be empty.</message> > > > </element> > > >=20 > > >=20 > > > ------ my log ------------- > > >=20 > > > [DEBUG]:org.formproc.validation.REValidator - Validating form > > > data username with value of test=20 > > > [DEBUG]:org.formproc.validation.REValidator - The pattern is:=20 > > > [DEBUG]:org.formproc.validation.REValidator - Form data value=20 > > > NOT matched. > > >=20 > > >=20 > > > so.. REValidator doesn't seem to have my expression in it... > > > is my configuration wrong? > > >=20 > > > thanks, > > > dan > > >=20 > > >=20 > > >=20 > > > _______________________________________________ > > > FormProc-developer mailing list > > > For...@li... > > > https://lists.sourceforge.net/lists/listinfo/formproc-developer > > >=20 > >=20 > >=20 > > _______________________________________________ > > FormProc-developer mailing list=20 > > For...@li... > > https://lists.sourceforge.net/lists/listinfo/formproc-developer > >=20 >=20 >=20 >=20 > _______________________________________________ > FormProc-developer mailing list=20 > For...@li... > https://lists.sourceforge.net/lists/listinfo/formproc-developer >=20 |