Re: HELP, creating my own validation

2007-03-28 Thread Prithivirajan Dhamodharan
Can you make sure that class file of ValidationUtil resides in the classpath of your application ... It usually bundled as jar file. Prithvi On 3/29/07, Niall Pemberton <[EMAIL PROTECTED]> wrote: On 3/28/07, Dwight Galloway <[EMAIL PROTECTED]> wrote: > here is what I have inside my struts, I

Re: HELP, creating my own validation

2007-03-28 Thread Niall Pemberton
On 3/28/07, Dwight Galloway <[EMAIL PROTECTED]> wrote: here is what I have inside my struts, I guess I am not sure what I must do inside of the struts config for the validation, but I am using version 1.0 with the config at 1.1.dtd, I inherited this system and I really know very little about s

Re: HELP, creating my own validation

2007-03-28 Thread Dwight Galloway
here is what I have inside my struts, I guess I am not sure what I must do inside of the struts config for the validation, but I am using version 1.0 with the config at 1.1.dtd, I inherited this system and I really know very little about struts, thank you for your help...

Re: HELP, creating my own validation

2007-03-28 Thread Niall Pemberton
I can't see anything wrong with what you have here. Can you show us how you have configured Struts to pick up your custom validation rules and also say what version of Struts and what version of Commons Validator you are using Niall On 3/28/07, Dwight Galloway <[EMAIL PROTECTED]> wrote: I am ha

HELP, creating my own validation

2007-03-28 Thread Dwight Galloway
I am having troubles getting my own validator to work, I wonder if it is the classpath where I am pointing to my Class with? I am trying to create a dateRange validation to determin if the date falls between two dates or not. This is what I have in my validation.xml > >