11 Replies Latest reply on Feb 22, 2011 2:04 AM by umer

    Map iteration over the set of entries in the view?

    dam

      Is it possible to directly iterate over the set of entries in a map, in the view?


      Something like this


      <ui:repeat value="#{aMap}" var="mapEntry">
      <h:outputText value="#{mapEntry.key} #{mapEntry.value}" />
      </ui:repeat>
      



      Regards Jakob