[
https://issues.apache.org/jira/browse/TOMAHAWK-928?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12479834
]
Werner Punz commented on TOMAHAWK-928:
--------------------------------------
Yes this indeed looks good, I am applying it as we speak,
Thanks a lot Zdenek, I learned a lot about those issues here :-)
> DojoUtils.getAttributeMap fails for subclassed Dojo Components
> --------------------------------------------------------------
>
> Key: TOMAHAWK-928
> URL: https://issues.apache.org/jira/browse/TOMAHAWK-928
> Project: MyFaces Tomahawk
> Issue Type: Bug
> Affects Versions: 1.1.5-SNAPSHOT
> Reporter: Stefan Schuster
> Assigned To: Werner Punz
> Fix For: 1.1.5-SNAPSHOT
>
> Attachments: DojoUtils.patch, DojoUtilsV2.patch
>
>
> When using DojoUtils.renderWidgetInitializationCode() with a String Array as
> arguments parameter introspection get's used to find the getters for the
> given Strings. When subclassing a dojo based widget this mechanisms fails
> with a NoSuchMethodException.
> The introspection happens in DojoUtils.getAttributeMap() and uses
> Class.getDeclaredMethod() instead of Class.getMethod() which won't find the
> inherited getters. Changing this makes the mechanism working with subclassed
> components too.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.