Conversion Errors
-----------------
Key: WW-2859
URL: https://issues.apache.org/struts/browse/WW-2859
Project: Struts 2
Issue Type: Bug
Components: Core Interceptors
Affects Versions: 2.0.13
Environment: Struts 2.0.13 / tomcat5.5
Reporter: myasic
I try to display conversion error with <s:fielderror />, but i see nothing.
I use the original stack interceptor : paramsPrepareParamsStack
I have a bean with an int property and i try to put the following string :
adazdazd
The property keep last value but nothing is display.
My action extend from com.opensymphony.xwork2.ActionSupport and i use the
default converter.
I try also with a custom converter which extend StrutsTypeConverter and throw
TypeConversionException when an error occured,
but nothing is display again.
Thanks
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.