You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Dave Newton (JIRA)" <ji...@apache.org> on 2008/11/06 17:45:36 UTC

[jira] Commented: (WW-2859) Conversion Errors

    [ https://issues.apache.org/struts/browse/WW-2859?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44928#action_44928 ] 

Dave Newton commented on WW-2859:
---------------------------------

Can you provide more details? The conversion error interceptor should put conversion errors into the error message map, and IIRC is included in the default stacks, and I haven't been able to duplicate this with the assumptions I'm making.

> 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.