Re: change date validator-rules

2006-05-25 Thread Vinit Sharma
nislav - Original Message Follows - > Write a custom validator rule, check for the field value and if the value is > not #, then set error message. > > HTH, > > > On 5/25/06, Stanislav <[EMAIL PROTECTED]> wrote: > > > > Hi! > > > > I want to

RE: change date validator-rules

2006-05-25 Thread Chaudhary, Harsh
project in there which does these things and you can use that code. Harsh. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, May 25, 2006 8:13 AM To: user@struts.apache.org Subject: Re: change date validator-rules The thing is that user can input nothing

RE: change date validator-rules

2006-05-25 Thread Chaudhary, Harsh
Or rather, if the value is #, return true. Harsh. -Original Message- From: Vinit Sharma [mailto:[EMAIL PROTECTED] Sent: Thursday, May 25, 2006 7:54 AM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: change date validator-rules Write a custom validator rule, check for the

Re: change date validator-rules

2006-05-25 Thread Stanislav
MAIL PROTECTED]> wrote: > > > > Hi! > > > > I want to change date validator-rules so ih the input data id equal "#" > > than return that everything > > is ok... How can i do that? > > > > Tnx, Stanislav > > > --

Re: change date validator-rules

2006-05-25 Thread Vinit Sharma
Write a custom validator rule, check for the field value and if the value is not #, then set error message. HTH, On 5/25/06, Stanislav <[EMAIL PROTECTED]> wrote: Hi! I want to change date validator-rules so ih the input data id equal "#" than return that everything is ok

change date validator-rules

2006-05-25 Thread Stanislav
Hi! I want to change date validator-rules so ih the input data id equal "#" than return that everything is ok... How can i do that? Tnx, Stanislav - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comman