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 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 change. The application >> was previously built on webwork2 where I didn't experience these issues >> at all. >> >> I don't know if it has been logged as a bug. Because it happens randomly >> I haven't been able to find out where it's dying. >> >> Zach Calvert wrote: >> > 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 = { >> > @RequiredStringValidator(type = >> > ValidatorType.SIMPLE, fieldName = >> > "company", message = "You must enter a value for company.", >> > shortCircuit = true, trim = true)} >> > ) >> > >> > I'm curious if there is a bug logged that I haven't found, a patch, or >> > a new jar I need to download. I'm using struts2-core-2.0.6.jar and >> > freemarker-2.3.8.jar >> > >> > >> > Anyone have any input? >> > >> > >> > >> > Thanks, >> > Zach Calvert >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: [EMAIL PROTECTED] >> > For additional commands, e-mail: [EMAIL PROTECTED] >> > >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]