darshakshah1988 / gmaps4jsf

Automatically exported from code.google.com/p/gmaps4jsf
0 stars 1 forks source link

Unified EL? #62

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
i want to do this...

<c:forEach items="#{dashboardBean.markers}" var="amarker" varStatus="status">
  <m:marker latitude="#{amarker.latitude}" longitude="#{amarker.longitude}"/>
</c:forEach>

I'm using Pure JSF with these tag lib only ..  not really keen on adding more

<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %>
<%@ taglib uri="http://code.google.com/p/gmaps4jsf/" prefix="m" %>

Unified EL is a brave new world and I think all TLD's should enable it.

I know it forces you into JSTL 1.2 and the latest servlet spec...  but most
people are there anyway.

Original issue reported on code.google.com by g30ffmci...@gmail.com on 22 Jul 2009 at 2:06

GoogleCodeExporter commented 8 years ago
Why not using Facelets UI repeat tag instead.
I think Facelets UI repeat tag is the JSF way to do it.

Original comment by Hazem.sa...@gmail.com on 20 Aug 2009 at 11:50

GoogleCodeExporter commented 8 years ago
see http://code.google.com/p/gmaps4jsf/issues/detail?id=77

Original comment by hajo.kli...@gmx.de on 15 Oct 2009 at 11:15

GoogleCodeExporter commented 8 years ago

Original comment by Hazem.sa...@gmail.com on 30 Oct 2009 at 5:09