Re: Adding a global validation message to a form?

2004-05-29 Thread Bruno Dumon
On Fri, 2004-05-28 at 23:58, Joerg Heinicke wrote: Moving this to dev list. Find the original thread at http://marc.theaimsgroup.com/?t=10855910974r=1w=4. On 28.05.2004 20:13, Bruno Dumon wrote: I'm not sure if this is a good solution, since those messages are not specifically

Re: Adding a global validation message to a form?

2004-05-28 Thread Joerg Heinicke
On 28.05.2004 11:24, Upayavira wrote: re: adding form-level validation error messageS. This is a feature I would use as well. In our applications, we often display the list of errors at the top of the form and then each field in error is styled in red and the label gets an *. This is something

Re: Adding a global validation message to a form?

2004-05-28 Thread Bruno Dumon
On Fri, 2004-05-28 at 11:24, Upayavira wrote: Joerg Heinicke wrote: On 28.05.2004 01:13, Benoit Deshaies wrote: re: adding form-level validation error messageS. This is a feature I would use as well. In our applications, we often display the list of errors at the top of the form and

Re: Adding a global validation message to a form?

2004-05-28 Thread Joerg Heinicke
Moving this to dev list. Find the original thread at http://marc.theaimsgroup.com/?t=10855910974r=1w=4. On 28.05.2004 20:13, Bruno Dumon wrote: I'm not sure if this is a good solution, since those messages are not specifically recognized as being validation errors, and so this wouldn't work

Re: Adding a global validation message to a form?

2004-05-27 Thread Upayavira
Mark H wrote: Are you looking for a feature you had in 2.1.4 and you don't find anymore? If so, what exactly? No, the reason I mentioned 2.1.5 is just to make clear what version of cocoon I'm using since cforms are still in development. Basically what I'm looking for is after some custom

Re: Adding a global validation message to a form?

2004-05-27 Thread Bruno Dumon
On Thu, 2004-05-27 at 11:12, Upayavira wrote: Mark H wrote: Are you looking for a feature you had in 2.1.4 and you don't find anymore? If so, what exactly? No, the reason I mentioned 2.1.5 is just to make clear what version of cocoon I'm using since cforms are still in

Re: Adding a global validation message to a form?

2004-05-27 Thread Benoit Deshaies
re: adding form-level validation error messageS. This is a feature I would use as well. In our applications, we often display the list of errors at the top of the form and then each field in error is styled in red and the label gets an *. This is something Struts offers *wink* *wink*. See

Re: Adding a global validation message to a form?

2004-05-27 Thread Joerg Heinicke
On 28.05.2004 01:13, Benoit Deshaies wrote: re: adding form-level validation error messageS. This is a feature I would use as well. In our applications, we often display the list of errors at the top of the form and then each field in error is styled in red and the label gets an *. This is

Adding a global validation message to a form?

2004-05-26 Thread Mark H
Can anybody tell me how I would add a global validation message to a form (cocoon forms) in version 2.1.5? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Adding a global validation message to a form?

2004-05-26 Thread Bruno Dumon
On Wed, 2004-05-26 at 18:51, Mark H wrote: Can anybody tell me how I would add a global validation message to a form (cocoon forms) in version 2.1.5? Are you looking for a feature you had in 2.1.4 and you don't find anymore? If so, what exactly? -- Bruno Dumon

RE: Adding a global validation message to a form?

2004-05-26 Thread Mark H
To: [EMAIL PROTECTED] Subject: Re: Adding a global validation message to a form? On Wed, 2004-05-26 at 18:51, Mark H wrote: Can anybody tell me how I would add a global validation message to a form (cocoon forms) in version 2.1.5? Are you looking for a feature you had in 2.1.4 and you don't find

Re: Adding a global validation message to a form?

2004-05-26 Thread Joerg Heinicke
On 26.05.2004 22:06, Mark H wrote: Can anybody tell me how I would add a global validation message to a form (cocoon forms) in version 2.1.5? Basically what I'm looking for is after some custom validation to be able to add a validation message like your login details are incorrect to a form