RE: custom validator based on which button pressed

2006-08-14 Thread Brian Duchek
ecification in the *.page called "buttonClicked"... -Original Message- From: Simon Raveh [mailto:[EMAIL PROTECTED] Sent: Sunday, August 13, 2006 9:50 PM To: Karthik N Cc: Tapestry users Subject: Re: custom validator based on which button pressed One of my requirements is for the a

Re: custom validator based on which button pressed

2006-08-13 Thread Simon Raveh
One of my requirements is for the application to work correctly when javascript is turned off. Simon Karthik N wrote: any reason why you'd not like to use javascript? On 8/11/06, *Simon Raveh* <[EMAIL PROTECTED] > wrote: Is there a way to tie a submit button

Re: custom validator based on which button pressed

2006-08-13 Thread Karthik N
any reason why you'd not like to use javascript? On 8/11/06, Simon Raveh <[EMAIL PROTECTED]> wrote: Is there a way to tie a submit button to the refresh/cancel listener without using javascript using tapestry 4.0 Simon Karthik N wrote: > your search should be bound to the form refresh listen

Re: custom validator based on which button pressed

2006-08-11 Thread Simon Raveh
Is there a way to tie a submit button to the refresh/cancel listener without using javascript using tapestry 4.0 Simon Karthik N wrote: your search should be bound to the form refresh listener - that way validations won't fire. On 8/11/06, Theo vN <[EMAIL PROTECTED]> wrote: Hi I use the

Re: custom validator based on which button pressed

2006-08-11 Thread Karthik N
your search should be bound to the form refresh listener - that way validations won't fire. On 8/11/06, Theo vN <[EMAIL PROTECTED]> wrote: Hi I use the same Form to either create (create button) a record or to search (search button) for records. I want to do input validation (only server-side

custom validator based on which button pressed

2006-08-11 Thread Theo vN
Hi I use the same Form to either create (create button) a record or to search (search button) for records. I want to do input validation (only server-side is ok) when I create a record but not for when I search (maybe even other validation rules for when I search). The build in tapestry valida