Jeff, I'm not a jsp user, but I've seen code like
${request.getParameter("LoopID)"} posted on the facelets list.
On 2/7/07, Jeffrey Porter <[EMAIL PROTECTED]> wrote:
This is what I'd like to do…
<h:outputText styleClass="smartFont"
binding='LoopID<%=request.getParameter("LoopID")%>' value="awaiting data"/>
But I can't do this, I just get the following error message…
javax.faces.FacesException: ServletException in 'index1.jsp':
ServletException in '/index1.jsp?LoopID=1': not a valid binding:
#<%=request.getParameter("LoopID")%>
Anyone have any ideas?
Jeff Porter