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

Lukasz Lenart commented on WW-3829:
-----------------------------------

Thanks [~gmjordan], it looks like!

I've used the same example as in WW-3837 and applied the conversion on class 
level, like below and it works!

{code:java}
@Conversion(conversions = {@TypeConversion(key = "date", converter = 
"testcase.converter.DateConverter")} )
public class IndexController implements ModelDriven<Object> {
...
}
{code}

[~jflefebvre] could you test with the latest snapshot build?
                
> @conversion(conversions={... no effect
> --------------------------------------
>
>                 Key: WW-3829
>                 URL: https://issues.apache.org/jira/browse/WW-3829
>             Project: Struts 2
>          Issue Type: Bug
>    Affects Versions: 2.3.4
>            Reporter: lefebvre
>             Fix For: 2.3.9
>
>
> @conversion(conversions={... Applied on class not seams to have effect

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to