Re: form validator

2002-09-23 Thread Ivan Luzyanin
On Monday 23 September 2002 17:27, Vadim Gritsenko wrote: > Gabor Bartha wrote: > > Hi, > > > > I've got a page with parameters, I want to post it via > > formvalidator. > > I've got the descriptor.xml, with the required parameters. eg: > > > > > > > >> nullable="yes"/> > > > > > >

Re: form validator

2002-09-23 Thread Ivan Luzyanin
On Monday 23 September 2002 14:08, Gabor Bartha wrote: > Hi, > > I've got a page with parameters, I want to post it via > formvalidator. > I've got the descriptor.xml, with the required parameters. eg: > > > > nullable="yes"/> > > > > > > > If I don't give value to the per

Re: form validator

2002-09-23 Thread Gabor Bartha
I have Cocoon 2.0, might it be the problem? Vadim Gritsenko wrote: > Gabor Bartha wrote: > >> Hi, >> >> I've got a page with parameters, I want to post it via >> formvalidator. >> I've got the descriptor.xml, with the required parameters. eg: >> >> >> >> > nullable="yes"/> >> >> >>

Re: form validator

2002-09-23 Thread Vadim Gritsenko
Gabor Bartha wrote: > Hi, > > I've got a page with parameters, I want to post it via > formvalidator. > I've got the descriptor.xml, with the required parameters. eg: > > > >nullable="yes"/> > > > > > > > If I don't give value to the persons parameter (at the site > into

Re: form validator and regexp problem...

2002-08-30 Thread Barbara Post
Thanks Andre, you're right. :-) -- website: www.babsfrance.fr.st ICQ #: 135868405 - Original Message - From: "Andre Thenot" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 30, 2002 4:20 PM Subject: Re: form validator and regexp problem... &

Re: form validator and regexp problem...

2002-08-30 Thread Andre Thenot
On Friday, August 30, 2002, at 09:36 , Barbara Post wrote: > I use the regexp expression from C 2.0.3 form validator example > and want to > validate 2 email fields : > > in the descriptor : > > matches-regexp="^[\d\w][\d\w\-_\.]*@([\d\w\-_]+\.)\w\w\w?$"/>

Re: form validator and regexp problem...

2002-08-30 Thread Barbara Post
I am a d***a**, it was "regex", not "regexp". Ah well... - Original Message - From: "Barbara Post" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 30, 2002 3:36 PM Subject: form validator and regexp problem... > Hi, > > I use the regexp expression from C 2.0.3 form vali

Re: form validator

2002-08-02 Thread Barbara Post
was dumb : validate-set and not constraint-set in the pipeline ! huh time to have lunch here lol Babs - Original Message - From: Barbara Post <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 02, 2002 11:29 AM Subject: form validator > Hello, I use the following and the

Re: Form validator action question

2002-08-01 Thread Barbara Post
ED]> Sent: Thursday, August 01, 2002 9:21 PM Subject: RE: Form validator action question > > I can't process my xsl again (not the same request parameters returned by > > form validator action). > > Umm, you can always arrange to pass the request parameters back for a 2nd

RE: Form validator action question

2002-08-01 Thread Hunsberger, Peter
> I can't process my xsl again (not the same request parameters returned by > form validator action). Umm, you can always arrange to pass the request parameters back for a 2nd pass; there's no reason the validator can't return the original parameters if there is a validation error... --

RE: Form Validator - RESOLVED ! Need a Patch ?

2002-07-03 Thread Piroumian Konstantin
Would you please post the patch to Bugzilla as described in: http://xml.apache.org/cocoon/howto/howto-patch.html ? Konstantin > From: Sascha Kulawik [mailto:[EMAIL PROTECTED]] > > The diff for AbstractValidatorAction.java is: > 564a565,566 > > }catch (NullPointerException e) { > >

Re: Form Validator

2002-07-02 Thread Dave Covert
From: "Eric Dalquist" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, July 01, 2002 10:22 AM Subject: Re: Form Validator > Thanks for the tips Dave. I have the DBAuthenticator working. But I still > can't get the session validator and form validator to

Re: Form Validator

2002-07-01 Thread Eric Dalquist
Myers" <[EMAIL PROTECTED]> To: "Eric Dalquist" <[EMAIL PROTECTED]> Sent: Monday, July 01, 2002 11:41 AM Subject: Re: Form Validator > > > On Mon, Jul 01, 2002 at 08:56:18AM -0400, Eric Dalquist wrote: > > Tim, > > Could I get an example of how

Re: Form Validator

2002-07-01 Thread Eric Dalquist
ent: Sunday, June 30, 2002 10:54 PM Subject: Re: Form Validator > Eric- > I have a simple authentication running with mySql. > > The db-authenticator is missing from the pipeline given. form-validator is > only validating that the values in your form meet the constraints in > pa

Re: Form Validator

2002-06-30 Thread Tim Myers
> > My other question with the DBAuth stuff is can cocoon run the submitted > > password through MySQLs PASSWORD() function? I would really like to be > able > > to keep the password column in the table encrypted and still be able to > use > > the DBAuth stuff. sometime slightly less than a year

Re: Form Validator

2002-06-30 Thread Dave Covert
Eric- I have a simple authentication running with mySql. The db-authenticator is missing from the pipeline given. form-validator is only validating that the values in your form meet the constraints in params.xml. db-authenticator will check the database table against what the user typed in. The

Re: Form validator error in logicsheet

2002-06-14 Thread Christian Haul
On 14.Jun.2002 -- 11:26 AM, steeven wrote: > My form validator code worked well under xsp file. when i moved them to logicshee, >and error raised. It was reported that ths generated java file is wrong. I wonder how it worked on your XSP. Problem is, that the on-XXX tags don't switch to xsp:conte

RE: Form-validator error in AbstractValidatorAction.java

2002-06-11 Thread zze-STIENNE Nicolas FTRD/DMI/CAE
Hello My Protected Area in Web Applications Cocoons samples doesn't work. ie: I try to log in using Donald Ball, but as I submit, nothing append: the same login page come back. Where does it come from ? thanks Nicolas !! - P

RE: Form-validator error in AbstractValidatorAction.java

2002-06-07 Thread Vadim Gritsenko
> From: Montier Patrick [mailto:[EMAIL PROTECTED]] > > > Hi, > > I feel very unlucky with cocoon. I installed the 2.0.1 release : error in > nullable tag. Someone told me to install a newer one. > > SO i installed the 2.0.2 and now the form validator show an exception... i'm > so dispointed..

Re: form-validator?

2001-07-03 Thread Christian Haul
On 02.Jul.2001 -- 05:31 PM, java guru wrote: > The problem with regular expression in that example is > that: > > for email address i just put anything and it > works..shouldnt it be of format [EMAIL PROTECTED] ??? Yes, indeed. Unfortunately, I'm not able to reproduce your observation. I remembe

Re: form-validator?

2001-07-02 Thread Christian Haul
On 02.Jul.2001 -- 02:35 PM, java guru wrote: > hi., > I was trying the form-validator example with > validator-set (car-reservation) but the type=long > doent seem to work out...the form-validator is > throwing the null-pointer exception even when the > parameter is present..and also the regular