I am trying to dynamically set the input parameters for a javascript method in an nested tag. This is the code I am current using:
<nested:text property="displayValue" size="6" onclick="showTable(<%=pageContext.getAttribute("rowIndex")%><%=pageContext.g etAttribute("columnIndex")%>);"/> This does not generate the appropriate input tag. But, if I remove the onclick parameter, the nested tag gets evaluated to an input tag jus t fine. What am I doing wrong? Any help would be appreciated, Mike Zeitlin Daugherty Systems -- To unsubscribe, e-mail: <mailto:struts-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>