i solved the promed using t:jsValueSet and after using document.write
2009/5/20 alvaro tovar <[email protected]> > hello > i am triyng of us a parameter from a jsf datatable, in a html javascript, > i try whit ${var.objectId} to get the objeect id in the javascript generated > but not run, and whit #{ is not possible, i am trying whit > > <c:set var="Tit" value="#{item.reofferId}" scope="request" /> > <a > href="javascript:abrir('/faces/contactCorridor.jsp?userId=${user.userUsrId}&reofferId='+${requestScope['Tit']}+'\'',0,1,1,1,1,1,1,800,600,100,100,1)"> > <h:outputText > value="#{item.ownerName}"/> > > but when i include > > <%...@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%> > > this error appear > > org.xml.sax.SAXParseException: Attribute "id" was already specified for > element "t:selectBooleanCheckbox". > > thanks > > >

