0 Replies Latest reply on Oct 12, 2001 6:21 AM by georges

    HashMap and getProperty

    georges

      Hi!

      I have JSP-Side in which I try to get a HashMap out of a bean. The bean works with String-Output. But what is about HashMap?

      The bean-Code is public HashMap getMap() {}

      The Code Inside the jsp-Side is

      <!-- Javacode -->
      <jsp:useBean id="bean" scope="request" class="test.DataBean" />

      <%! HashMap map= ????;%>
      <%! HashMap map=<jsp:getProperty name='bean' property='map'/>;%> dont' works!

      Any suggestions

      Thanks
      Daniel