://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
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
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
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
4 matches
Mail list logo