Hi!

If you have found a bug, please register an issue in JIRA and include
as much relevant information as possible.

http://struts.apache.org/helping.html#issues

Thanks.

Nils-H

On Tue, Oct 28, 2008 at 11:34 AM, David Harland <[EMAIL PROTECTED]> wrote:
> Since upgrading to struts 2.0.12 from 2.0.11.1 all conversion errors are 
> being lost.
>
> Here is a simple example showing this is broken!
>
> Take the Struts2 blank app for 2.0.11.1. Now add a simple Action with an 
> Integer property testNumber. Now add a jsp with a field testNumber. Now put 
> fred in testNumber and submit.
>
> You get 'Invalid field value for field "testNumber".'
>
> Now replace the lib files from the 2.0.11.1 struts2 blank with the 2.0.12.
>
> The Conversion errors now do not get displayed. They are lost!
>
> It appears to be the ParametersInterceptor is taking a copy of the 
> ValueStack, the conversion errors are being set on the new stack and 
> therefore lost.
>
> Regards
>
> David.
>
>
>
>
> ---------------------------------------------------------------------
> 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]

Reply via email to