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

lefebvre commented on WW-3829:
------------------------------

I have a file MyAction-conversion.properties with this content :
mybean.mysubbean=com.MySubBeanConverter

With this configuration file,MySubBeanConverter is correctly invoqued.

But if I remove the property file and set
@Conversion(conversions={@TypeConversion(type=ConversionType.CLASS, 
converter="com.MySubBeanConverter", key="mybean.mysubbean")})
public class MyAction ...

the converter is never invoqued
                
> @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
>
> @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: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to