Re: How to stop woody validation

2004-04-03 Thread Joerg Heinicke
On 02.04.2004 16:12, Peter Lerche wrote: Hi Leo, Humm I am using /org/apache/cocoon/woody/flow/javascript/v2/Form.js So the validate="false" should work but it doesn't. Hello Peter, your problem is unrelated to Form.js, but related to Field.java and bug http://issues.apache.org/bugzilla/show_b

Re: How to stop woody validation

2004-04-02 Thread Peter Lerche
Hi Leo, Humm I am using /org/apache/cocoon/woody/flow/javascript/v2/Form.js So the validate="false" should work but it doesn't. Peter On Friday 02 April 2004 15:31, leo leonid wrote: > On Apr 2, 2004, at 3:06 PM, leo leonid wrote: > > What version of Form.js do you use? > > > > Since Revision 1

Re: How to stop woody validation

2004-04-02 Thread leo leonid
On Apr 2, 2004, at 3:06 PM, leo leonid wrote: What version of Form.js do you use? Since Revision 1.3 validate=false stopped working. Maybe it is fixed with revision 1.5. (Didn't test it so far) I just run a test, and it seems *not* to be fixed, I recommend to switch back to Revision 1.2. (

Re: How to stop woody validation

2004-04-02 Thread leo leonid
What version of Form.js do you use? Since Revision 1.3 validate=false stopped working. Maybe it is fixed with revision 1.5. (Didn't test it so far). See http://cvs.apache.org/viewcvs.cgi/cocoon-2.1/src/blocks/forms/java/org/ apache/cocoon/forms/flow/javascript/Form.js /leo On Apr 2, 2004,

How to stop woody validation

2004-04-02 Thread Peter Lerche
Hi, How do I stop form validation in woody when submit-on-change is called. I tried but it does not work. Server I am using woody/v2 (Form.js) and flow. The the forms submit bottom should still be able to validate. -- Med venlig hilsen / Yours sincerel

[Woody] Validation with function show

2004-02-11 Thread Mike Teichman
Hi all, I'm trying to use validation with Woody. In order to do that, there is a function show([String] uri, [Function] validator) called on the Form Object. Although there is an example with this function, how can I warn the user with a message in case of violation? In which way do I have to

AW: [Woody Validation] "general.field-required" - how to change it?

2003-12-18 Thread Markus Heussen
--- Von: Marcin Okraszewski Gesendet: Mittwoch, 17. Dezember 2003 22:28 An: [EMAIL PROTECTED] Betreff: [Woody Validation] "general.field-required" - how to change it? Hi, How to change default error message when a field is required ("general.field-required&q

[Woody Validation] "general.field-required" - how to change it?

2003-12-17 Thread Marcin Okraszewski
Hi, How to change default error message when a field is required ("general.field-required")? Regards, Marcin Okraszewski - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Woody validation

2003-10-22 Thread Mark Lundquist
On Wednesday, October 22, 2003, at 04:39 AM, Mark H wrote: what you describe here is (at least by me) preceived as 'application controller' logic and not as 'validation' I still see it as validation, instead of validating against static values you are validating against a set of values in a data

RE: Woody validation

2003-10-22 Thread Mark H
} Mark > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] > ]On Behalf Of Marc Portier > Sent: 20 October 2003 21:28 > To: [EMAIL PROTECTED] > Subject: Re: Woody validation > > > > > Mark H wrote: > > > How

Re: Woody validation

2003-10-20 Thread Marc Portier
Mark H wrote: How would I validate a woody form against a database? For example seeing whether a username and password was valid? Mark, what you describe here is (at least by me) preceived as 'application controller' logic and not as 'validation' validation is the process of checking general

Woody validation

2003-10-20 Thread Mark H
How would I validate a woody form against a database? For example seeing whether a username and password was valid? Thanks, Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

woody validation rule actif or not:

2003-07-30 Thread maisonneuve nico
hi, i propose a way for not validate a widget ( example, in a account form, i use the loginNameExistanceChecker rule in creation mode but not in update mode ) Example : function form2xml(form) { var documentURI = cocoon.parameters["documentURI"]; var document = loadDocument(documentURI