Re: where should validation happen?

2001-10-18 Thread Antony
[EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 18, 2001 12:35 PM Subject: Re: where should validation happen? From my experience there are some subtle details when using the validate() method of the form bean... The validate method is called unless you set the validate attribute

Re: where should validation happen?

2001-10-18 Thread Paul Dillon
-messages file seems rather messy. Am I doing something wrong here? Thanks for listening :) Paul - Original Message - From: Antony [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 18, 2001 5:17 PM Subject: Re: where should validation happen? Nice discussion. I like

Re: where should validation happen?

2001-10-18 Thread Jonathan M Crater
- Original Message - From: Antony [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 18, 2001 5:17 PM Subject: Re: where should validation happen? Nice discussion. I like validate() method because it can give access to ActionError objects, so one can easily

Re: where should validation happen?

2001-10-18 Thread Robert Parker
Subject: Re: where should validation happen? so basically i take it as if you dont do anything in your form beans validate method? and you handle all errors in your actions perform method and saveErrors() and forward back to the input screen? - Original Message - From: Robert Parker

Re: where should validation happen?

2001-10-18 Thread Francisco Hernandez
] To: [EMAIL PROTECTED] Sent: Thursday, October 18, 2001 4:07 PM Subject: Re: where should validation happen? Essentially correct. Thus javascript on the browser ensures that a date is a date, a number a number etc. I like this approach as I can hook the validation code into the onchange event

Re: where should validation happen?

2001-10-18 Thread David Winterfeldt
about the validation using Javascript but ive decided against it, since one can turn off javascript on the browser.. - Original Message - From: Robert Parker [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 18, 2001 4:07 PM Subject: Re: where should validation happen

Re: where should validation happen?

2001-10-18 Thread Paul Dillon
Ah, thanks Jonathan - I've been using the latest release build (which I unfortunately must stay with). - Original Message - From: Jonathan M Crater [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 18, 2001 9:22 PM Subject: Re: where should validation happen? paul-- i

Re: where should validation happen?

2001-10-17 Thread Robert Parker
... regards Rob - Original Message - From: Francisco Hernandez [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 18, 2001 10:06 AM Subject: Re: where should validation happen? im sorry thats the SaveRegistrationAction not SaveSubscriptionAction - Original Message - From