[ http://issues.apache.org/jira/browse/MYFACES-626?page=comments#action_12331244 ]
Pavel Stetsuk commented on MYFACES-626: --------------------------------------- >>org.apache.myfaces.el.getType(Object base, int index) org.apache.myfaces.el.PropertyResolverImpl.getType(Object base, int index) > org.apache.myfaces.el.getType(Object base, int index) return null if base > instanceof Object[] > --------------------------------------------------------------------------------------------- > > Key: MYFACES-626 > URL: http://issues.apache.org/jira/browse/MYFACES-626 > Project: MyFaces > Type: Bug > Components: Implementation > Versions: 1.1.0 > Environment: w2k, jboss-4.0.2, tomcat55 > Reporter: Pavel Stetsuk > > if (base instanceof Object[] && ((Object[])base)[index] != > null) { > Object[] array = (Object[]) base; > return array[index].getClass().getComponentType(); > == return null > ..... > getComponentType() returns the Class representing the component type of an > array. If this class does not represent an array class this method returns > null. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
