Stuts2 field validation problems

2009-01-11 Thread Robert Stenholt Mygind
Hi All I have some problems with field validation in Struts2, I am not the most experienced in Struts2. I have a form looking something like this: .. In my acrion class I have something looking like: @RequiredFieldValidator(message = "Some error text", shortCircuit=true) public In

Re: Stuts2 field validation problems

2009-01-11 Thread Dave Newton
Conversion errors are added to the list of field errors by the "conversionError" interceptor. Personally, I almost always remove the "conversionError" as the conversion error messages aren't necessarily helpful, and are sometimes redundant--your mileage may vary. But that's why you get both

Re: Stuts2 field validation problems

2009-01-16 Thread stanlick
t;) >> @RequiredFieldValidator(message = "Some error text", shortCircuit=true) >> >> and that is the same, get both errors.. >> >> I don't have any idea what to do, maybe I have misunderstood the >> Struts2 validation c

Re: Stuts2 field validation problems

2009-05-29 Thread rakeshp
://www.innovated.dk www.innovated.dk > > --------- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > > -- View this message in context: ht