Re: Validation Random Failures

2007-04-15 Thread Zach Calvert
Actually no. I'm simply using "Required" validation on text boxes (simple string input). On 4/15/07, Adam Ruggles <[EMAIL PROTECTED]> wrote: I haven't tracked it down yet, but I think it is in the type converters. Are you using dates or decimal values on your forms? Zach Calvert wrote: > Has

Re: Validation Random Failures

2007-04-14 Thread Adam Ruggles
I haven't tracked it down yet, but I think it is in the type converters. Are you using dates or decimal values on your forms? Zach Calvert wrote: Has anyone figured out why Validation randomly fails??? On 4/14/07, Adam Ruggles <[EMAIL PROTECTED]> wrote: I'm having a similar problem. I'm ext

Re: Validation Random Failures

2007-04-14 Thread Zach Calvert
Has anyone figured out why Validation randomly fails??? On 4/14/07, Adam Ruggles <[EMAIL PROTECTED]> wrote: I'm having a similar problem. I'm extending the ActionSupport object and I have no validation specified and I'm experiencing the same issue. I did enable validation and the results didn't

Re: Validation Random Failures

2007-04-13 Thread Adam Ruggles
I'm having a similar problem. I'm extending the ActionSupport object and I have no validation specified and I'm experiencing the same issue. I did enable validation and the results didn't change. The application was previously built on webwork2 where I didn't experience these issues at all.

Validation Random Failures

2007-04-13 Thread Zach Calvert
I'm receiving random/spontaneous failures of validation on valid entries. I can use the browser back button, re-submit the same data, and sometimes get it accepted. I'm using simple Required strings: @Validations( requiredStrings = {