8 Replies Latest reply on Aug 20, 2009 10:15 AM by yanmania

    org.jboss.seam.excel.not_a_number

    ericjung2

      Hi,


      I'm using Seam Excel 2.2 and get this error:


      java.util.MissingResourceException: Can't find resource for bundle org.jboss.seam.core.SeamResourceBundle, key org.jboss.seam.excel.not_a_number


      I get the error even when I define org.jboss.seam.excel.notanumber in my messages.properties:


      org.jboss.seam.excel.not_a_number=Not a number: {0}
      org.jboss.seam.excel.not_a_date=Not a date: {0}


      Why can't the key be found? Is there no default value? FWIW, I built jboss-seam-excel.jar manually from http://anonsvn.jboss.org/repos/seam/branches/community/Seam22 and am using it with jboss-seam.jar 2.1.1 GA. Perhaps they aren't compatible?


      Thanks,
      Eric