i am trying to use c foreach with hashmap or table in jsf 2.0 but it is not working so i wrote one simple code like this still this one is not working .... please help where i am missing...
<body>
<f:view>
<c:forEach var="i" begin="1" end="20" step="1" varStatus ="status">
<c:out value="#{i}" />
</c:forEach>
</f:view>
and output for this i am getting like this ..
#{i} #{i} #{i} #{i} #{i} #{i} #{i} #{i} #{i} #{i} #{i} #{i} #{i} #{i} #{i} #{i} #{i} #{i} #{i} #{i}