Hi David,
the code I have copied is placed inside the following tags:
<hx:scriptCollector id="scriptCollector2">
<h:form styleClass="form" id="form05">
<TABLE>
<TBODY>
<TR>
of course, the tags are all properly closed at the end, I'm quite sure
that there is no syntax error on the page.
David Delbecq <[EMAIL PROTECTED]>
13.09.2006 09:36
Please respond to
"Tomcat Users List" <[email protected]>
To
Tomcat Users List <[email protected]>
cc
Subject
Re: Using IBM JSF components on tomcat
Hi Ben,
according to your stack trace, the error occurs somewhere below the call
of ScriptCollectorTag.doEndTag(), itself called by
org.apache.jsp.searchTKS_jsp._jspx_meth_hx_scriptCollector_0, that mean
during the 'endTag' steps of the first <hx:scriptCollector ...> inside
your jsp. However, the JSP code you show us has no such tag.
Ben Zahler a écrit :
>
> I'm really sorry, seems like the mailing list program does not process
> my attachment properly, so I'll take one more last try.
>
> sorry again
> Ben
> ------------------------------------------------------------------------
>
> <TD valign="top" width="431">
> <h:inputText styleClass="inputText" id="projectFieldxxx"
> style="width: 300px" value="#{projectBean.value}"
> onchange="this.form.submit()" tabindex="8">
> </h:inputText>
> <hx:commandExButton type="submit" styleClass="commandExButton"
> id="projectbuttonxxx" image="images/more.gif"
> style="height: 23px; width: 23px"
> action="#{pc_Search.search}"
onclick="func_searchDB('form05:projectFieldxxx')">
> </hx:commandExButton>
> <hx:commandExButton type="submit" styleClass="commandExButton"
> id="adminProjectButtonxxx" image="images/bulletarrow.gif"
> onclick="return func_4();"
> rendered="#{pc_Search.sessionBean.adminTks}">
> </hx:commandExButton>
> <h:selectOneMenu id="projectBoxxxx" styleClass="selectOneMenu"
> style="width: 300px"
>
onchange="document.getElementById('form05:projectFieldxxx').value=this.value;this.form.submit()"
>
onkeypress="document.getElementById('form05:projectFieldxxx').value=this.value;this.form.submit()"
tabindex="9">
> <f:selectItems id="selectProjectxxx"
> value="#{selectitems.projectBean.valueSet.valueSet.toArray}" />
> </h:selectOneMenu></TD>
> ------------------------------------------------------------------------
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: [email protected]
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]