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

form validator

2002-09-23 Thread Gabor Bartha
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: If I don't give value to the persons parameter (at the site into the textbox) the formvalidator drop the default page back, not t

Re: [SUMMARY] form validator and matches-regex problem

2002-09-13 Thread Barbara Post
: Friday, September 13, 2002 11:46 AM Subject: Re: [SUMMARY] form validator and matches-regex problem Hi! Try matches-regex="^[\d\w][\d\w\-_\.]*@([\d\w\-_]+\.)+(\w){2,4}$"/> Best regards! Ivan. - Please check that

Re: [SUMMARY] form validator and matches-regex problem

2002-09-13 Thread Ivan Luzyanin
Hi! Try matches-regex="^[\d\w][\d\w\-_\.]*@([\d\w\-_]+\.)+(\w){2,4}$"/> Best regards! Ivan. - Please check that your question has not already been answered in the FAQ before posting.

Re: [SUMMARY] form validator and matches-regex problem

2002-09-13 Thread Antonio Gallardo Rivera
This does not work with: [EMAIL PROTECTED] Antonio Gallardo El Viernes, 13 de Septiembre de 2002 02:09, Antonio Gallardo Rivera escribió: > PLease, to be clear, then the email validator can be: > > matches-regex="^[\d\w][\d\w\-_\.]*@([\d\w\-_]+\.)\w\w\w?\w?$"/> >

[SUMMARY] form validator and matches-regex problem

2002-09-13 Thread Antonio Gallardo Rivera
- From: "Andre Thenot" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 30, 2002 4:20 PM Subject: Re: form validator and regexp problem... > On Friday, August 30, 2002, at 09:36 , Barbara Post wrote: > > > I use the regexp expression from C 2.0.3

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\-

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, >

form validator and regexp problem...

2002-08-30 Thread Barbara Post
Hi, I use the regexp expression from C 2.0.3 form validator example and want to validate 2 email fields : in the descriptor : (the same for emailCc) and : However, when I enter "r" in "emailTo" and "e" in "emailCc" fields the form ge

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 fo

form validator

2002-08-02 Thread Barbara Post
Hello, I use the following and the redirect-to is always executed, why ? I directly call this "foo" uri. The returned descriptor is ok : parameters with name and nullable attribute set (but not "type", should I set it ? How can I say "ignore type attribute when validating ?").

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

Form validator action question

2002-08-01 Thread Barbara Post
Hello, it's getting late here (work time) so I get tired... ;-) what's the best way using form validator action in my case ? I use xml + xsl to generate an html form with fixed and modifiable input fields. When I submit form validator action checks the input fields' correctness

Form Validator - RESOLVED ! Need a Patch ?

2002-07-03 Thread Kulawik, Sascha
Ive made a Patch for Cocoon 2.0.2 for this Problem in the Class AbstractValidatorAction. Contact me, if you are interested. Greetings, Sascha - Please check that your question has not already been answered in the FAQ befo

AW: Form Validator - RESOLVED ! Need a Patch ?

2002-07-03 Thread Sascha Kulawik
Has been done ! > -Ursprüngliche Nachricht- > Von: Piroumian Konstantin [mailto:[EMAIL PROTECTED]] > Gesendet: Mittwoch, 3. Juli 2002 14:49 > An: '[EMAIL PROTECTED]' > Betreff: RE: Form Validator - RESOLVED ! Need a Patch ? > > > Would you pl

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) { > >

AW: Form Validator - RESOLVED ! Need a Patch ?

2002-07-03 Thread Sascha Kulawik
The diff for AbstractValidatorAction.java is: 564a565,566 > }catch (NullPointerException e) { > return true; 578a581,582 > } catch (NullPointerException e) { > dflt = ""; Greetings, Sascha --

AW: Form Validator

2002-07-03 Thread Sascha Kulawik
d - Please check that your question has not already been answered in the FAQ before posting. To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail:

AW: Form Validator

2002-07-03 Thread Sascha Kulawik
ds - Please check that your question has not already been answered in the FAQ before posting. To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail:

AW: Form Validator

2002-07-03 Thread Sascha Kulawik
Same Problem here with the Session-validator. Currently Im working with: Tomcat 4.0.4b, Cocoon 2.0.2 and JDK1.4, also the avalon-excalibur-20020506.jar Patch for the Database-Connection Problems with SDK 1.4. DB-Auth is working, but the Session-validator doesnt execute perperly. The core.log wil

AW: Form Validator - RESOLVED ! Need a Patch ?

2002-07-03 Thread Sascha Kulawik
Ive made a Patch for Cocoon 2.0.2 for this Problem in the Class AbstractValidatorAction. Contact me, if you are interested. Greetings, Sascha - Please check that your question has not already been answered in the FAQ before p

AW: Form Validator

2002-07-03 Thread Sascha Kulawik
er - Please check that your question has not already been answered in the FAQ before posting. To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail:

Form Validator - RESOLVED ! Need a Patch ?

2002-07-03 Thread Sascha Kulawik
Ive made a Patch for Cocoon 2.0.2 for this Problem in the Class AbstractValidatorAction. Contact me, if you are interested. Greetings, Sascha - Please check that your question has not already been answered in the FAQ be

AW: Form Validator

2002-07-03 Thread Sascha Kulawik
- Please check that your question has not already been answered in the FAQ before posting. To unsubscribe, e-mail: <[EMAIL PROTECTED]> For additional commands, e-mail:

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
Thanks for the tips Dave. I have the DBAuthenticator working. But I still can't get the session validator and form validator to work. Could you please post an example of the XML file you use in your Form or Session validators? I'm trying to be really simple right now with mine:

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

Form Validator

2002-06-29 Thread Eric Dalquist
I've been trying to get the form validator and DB Validator working for about a week now. I decided to try and just got the form stuff working first but I can't even get that. I'm running Cocoon 2.0.2-dev and Tomcat 4.1.3. In my sitemap.xmap I hav

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'

Form validator error in logicsheet

2002-06-13 Thread steeven
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. Is it a bug? = guestbook-logic.xsl == Error: age must not less than

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 excep

Form-validator error in AbstractValidatorAction.java

2002-06-07 Thread Montier Patrick
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.. the AbstractValidatorAction.java, getdefaut function seem to

RE: problems with form validator

2002-04-21 Thread Vadim Gritsenko
> From: Ricardo Trindade [mailto:[EMAIL PROTECTED]] > > Hi, > > I noticed that in my "cocoon 2.0.2 + tomcat 4.0.4b2" I can't run the > protected area example. > Is this just my problem or a common error ? Try Cocoon CVS version. Vadim > > thanks > Ricardo Trindade -

problems with form validator

2002-04-21 Thread Ricardo Trindade
Hi, I noticed that in my "cocoon 2.0.2 + tomcat 4.0.4b2" I can't run the protected area example. Is this just my problem or a common error ? thanks Ricardo Trindade - Please check that your question has not alr

form-validator and UTF-8 ???

2002-04-02 Thread Montier Patrick
When i use the form-validator section with an UTF-8 sql table having a login and password (Mysql) , the cocoon process reject all non ascii records. For example, all japanese fields are correctly managed in all xsp / xsl pages but when registering, all french or japanese caracters are rejected

RE: Question concerning form-validator-action

2002-03-22 Thread Vadim Gritsenko
> From: Axel Honfi [mailto:[EMAIL PROTECTED]] > > Hello! > > I have a simple question concerning the form-validator-action. > I defined a param like this: > > How do you know that it supports type="date"? PS Have you read javadoc? Vadim > But in

Question concerning form-validator-action

2002-03-22 Thread Axel Honfi
Hello! I have a simple question concerning the form-validator-action. I defined a param like this: But in which format should I input the date(dd.mm.yy or ddmmyyy or ...? All my tries failed to validate, does anyone know the correct syntax? Thanks in advance Axel

Form Validator enconding problem

2001-09-26 Thread Nuno Santos
Got a problem whenever i insert some data into a form, using the form validation action. It just keep enconding characters in diferent ways for exmpl: [é] becomes [é] ). Can anyone just give me some clue on what's the problem and what's causing it?? I'm feeling kinda desperate!!!

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 pre

form-validator?

2001-07-02 Thread java guru
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-expression doent seem to work for me either... Any