Re: Problems with Date validation

2004-11-18 Thread Daniel Hopper
Kinjal, In my experience with dates and validation, the problem you have having is quite possibly when you are coping the date values out of the ActionForm if you are trying to convert the string to a date right there in the get method and the value is an empty string no null. Since the Bea

Re: [Apology] Problems with Date validation

2004-11-01 Thread Kinjal Sonpal
Dear listers, I'm extremely sorry for the double posts. I think there are some problems with yahoo. I'll switch to some other mail provider. Thanks a lot and warm regards, Kinjal Sonpal --- Kinjal Shares <[EMAIL PROTECTED]> wrote: > Dear all, > > I've been trying to get Dates validation for my

Problems with Date validation

2004-11-01 Thread Kinjal Shares
Dear all, I've been trying to get Dates validation for my Struts project without any success. I'm using struts 1.2.4 with Validator 1.1.3 on tomcat 5.0.27. In my application, I'm having a hier of MappingActionForm for Action, where individual action mappings in struts-config map to individual me

Problems with Date validation

2004-11-01 Thread Kinjal Shares
Dear all, I've been trying to get Dates validation for my Struts project without any success. I'm using struts 1.2.4 with Validator 1.1.3 on tomcat 5.0.27. In my application, I'm having a hier of MappingActionForm for Action, where individual action mappings in struts-config map to individual me