Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.1.5-SNAPSHOT
-
None
-
None
Description
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