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: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to