You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by alvaro tovar <al...@gmail.com> on 2009/05/20 21:11:49 UTC

Re: help whit org.xml.sax.SAXParseException: Attribute "id" was already specified for element "t:selectBooleanCheckbox".

i solved the promed using t:jsValueSet and after using document.write


2009/5/20 alvaro tovar <al...@gmail.com>

> 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
>
>
>