From: Dan B. <da...@ch...> - 2002-03-19 20:44:13
|
REValidator doesn't appear to be working the way it used to... I have the following: ------ formproc.xml --------- <shared-validator name="notempty"> <validator type="expression"> <pattern>.{1,}</pattern> <error lang="en">Field must not be empty</error> </validator> </shared-validator> ------ userform.xml --------- <element name="username"> <validator type="shared" name="notempty"/> <message lang="en">username must not be empty.</message> </element> ------ my log ------------- [DEBUG]:org.formproc.validation.REValidator - Validating form data username with value of test [DEBUG]:org.formproc.validation.REValidator - The pattern is: [DEBUG]:org.formproc.validation.REValidator - Form data value NOT matched. so.. REValidator doesn't seem to have my expression in it... is my configuration wrong? thanks, dan |
From: Anthony E. <me...@an...> - 2002-03-21 18:38:13
|
Yes, I see that there is a problem...I am troubleshooting it now and will let you know when the fix is in the CVS. -Anthony > -----Original Message----- > From: for...@li... > [mailto:for...@li...] On > Behalf Of Dan Bachelder > Sent: Tuesday, March 19, 2002 3:36 PM > To: FormProc Developer List > Subject: [FormProc-developer] REValidator > > > REValidator doesn't appear to be working the way it used to... > > I have the following: > > ------ formproc.xml --------- > > <shared-validator name="notempty"> > <validator type="expression"> > <pattern>.{1,}</pattern> > <error lang="en">Field must not be empty</error> > </validator> > </shared-validator> > > ------ userform.xml --------- > > <element name="username"> > <validator type="shared" name="notempty"/> > <message lang="en">username must not be empty.</message> > </element> > > > ------ my log ------------- > > [DEBUG]:org.formproc.validation.REValidator - Validating form > data username with value of test > [DEBUG]:org.formproc.validation.REValidator - The pattern is: > [DEBUG]:org.formproc.validation.REValidator - Form data value > NOT matched. > > > so.. REValidator doesn't seem to have my expression in it... > is my configuration wrong? > > thanks, > dan > > > > _______________________________________________ > FormProc-developer mailing list > For...@li... > https://lists.sourceforge.net/lists/listinfo/formproc-developer > |
From: Dan B. <da...@ch...> - 2002-03-22 15:58:24
|
thanks! On Thu, 2002-03-21 at 13:35, Anthony Eden wrote: > Yes, I see that there is a problem...I am troubleshooting it now and > will let you know when the fix is in the CVS. > > -Anthony > > > -----Original Message----- > > From: for...@li... > > [mailto:for...@li...] On > > Behalf Of Dan Bachelder > > Sent: Tuesday, March 19, 2002 3:36 PM > > To: FormProc Developer List > > Subject: [FormProc-developer] REValidator > > > > > > REValidator doesn't appear to be working the way it used to... > > > > I have the following: > > > > ------ formproc.xml --------- > > > > <shared-validator name="notempty"> > > <validator type="expression"> > > <pattern>.{1,}</pattern> > > <error lang="en">Field must not be empty</error> > > </validator> > > </shared-validator> > > > > ------ userform.xml --------- > > > > <element name="username"> > > <validator type="shared" name="notempty"/> > > <message lang="en">username must not be empty.</message> > > </element> > > > > > > ------ my log ------------- > > > > [DEBUG]:org.formproc.validation.REValidator - Validating form > > data username with value of test > > [DEBUG]:org.formproc.validation.REValidator - The pattern is: > > [DEBUG]:org.formproc.validation.REValidator - Form data value > > NOT matched. > > > > > > so.. REValidator doesn't seem to have my expression in it... > > is my configuration wrong? > > > > thanks, > > dan > > > > > > > > _______________________________________________ > > FormProc-developer mailing list > > For...@li... > > https://lists.sourceforge.net/lists/listinfo/formproc-developer > > > > > _______________________________________________ > FormProc-developer mailing list > For...@li... > https://lists.sourceforge.net/lists/listinfo/formproc-developer > |
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 |
From: Dan B. <da...@ch...> - 2002-03-22 16:26:57
|
even better... thanks again! On Fri, 2002-03-22 at 11:10, Anthony Eden wrote: > 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). >=20 > Sincerely, > Anthony Eden >=20 > > -----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 >=20 >=20 > _______________________________________________ > FormProc-developer mailing list > For...@li... > https://lists.sourceforge.net/lists/listinfo/formproc-developer >=20 |