Re: S2 Strange behaviour of validation

2009-11-30 Thread Marsman
http://struts.apache.org/2.1.8.1/docs/conversion-error-interceptor.html > > -- View this message in context: http://old.nabble.com/S2-Strange-behaviour-of-validation-tp26551371p26581540.html Sent from the Struts -

Re: S2 Strange behaviour of validation

2009-11-28 Thread Denis Cabasson
Hi Titus, This behaviour is the "standard" behaviour of struts 2. Your second message comes from the conversion error : http://struts.apache.org/2.1.8.1/docs/conversion-error-interceptor.html I suppose that your field is of type int (or any number like class). Struts will in the first try to

S2 Strange behaviour of validation

2009-11-28 Thread Marsman
.8.1. The valiidateion XML is assigned to the action class. The action class implements ModelDriven but myNumber is outside the model class in the of type Integer. Thanks for any hints or comments. Titus -- View this message in context: http://old.nabble.com/S2-Strange-behaviour-of-validation-