DojoUtils class not handling isAttribute methods in components
--------------------------------------------------------------
Key: TOMAHAWK-906
URL: https://issues.apache.org/jira/browse/TOMAHAWK-906
Project: MyFaces Tomahawk
Issue Type: Bug
Affects Versions: 1.1.5-SNAPSHOT
Reporter: Zdenek Sochor
Attachments: dojo.txt
Hi,
by looking at org.apache.myfaces.custom.dojoDojoUtils class i found 1 issue,
which could block extending usability of dojo.
Problem is in static method getAttributeMap(FacesContext, String[] ,
UIComponent):
- it doesn't count with preferred way of declaring get methods dealing with
booleans (isAttribute() instead of getAttribute()).
Zdenek
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.