You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Stefan Schuster (JIRA)" <de...@myfaces.apache.org> on 2007/03/09 14:09:26 UTC

[jira] Updated: (TOMAHAWK-928) DojoUtils.getAttributeMap fails for subclassed Dojo Components

     [ https://issues.apache.org/jira/browse/TOMAHAWK-928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Schuster updated TOMAHAWK-928:
-------------------------------------

    Status: Patch Available  (was: Open)

> 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
>             Fix For: 1.1.5-SNAPSHOT
>
>         Attachments: DojoUtils.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.