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

Reply via email to