0 Replies Latest reply on Jul 29, 2005 12:30 PM by jbosskishore

    The value for the useBean class attribute java.util.List is

    jbosskishore

      I have useBean something like this....
      <jsp:useBean id="myID" class="java.util.Map" scope="request"/>
      Exception that I get is
      "The value for the useBean class attribute java.util.List is invalid." I guess that is beacause jsp-java generator tries to create object of class attribute value (java.util.Map) and fails to create object as Map as it is an interface....

      When I changed Map to HashMap it works fine.......

      Can any one tell, is it a version migration issue from 3.2.3 to 4.x or Where do you think the problem is ?


      Thanks in advance.. : )