8 Replies Latest reply on Mar 30, 2011 6:17 PM by iabughosh

    JSF Size of arraylist throws exception

    legit

      I posted this over in the Richfaces forum, they suggested posting here to get more info.

       

      http://community.jboss.org/thread/164602

       

      I get a numberFormatException with the following code (full stack trace is at the original post):

       

      <rich:panel id="myPanel" header="#{myClass.myList.size()}">

           ... inside panel stuff

      </rich:panel>

       

       

      The reason it relates to JBoss and not Richfaces is because this code works fine in Glassfish 3.1 but in JBoss AS 6 it fails.

       

      Can anyone provide any more details on why I'm getting this exception?