Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
1.1.10-SNAPSHOT
-
None
-
None
-
Myfaces 1.1.10 on Tomcat 6.0.x
Description
submitting commandButton buttons using javascript code "document.getElementById('jsfsearch').submit()" doesn't send all values in the form to the tomcat when using Mozilla. whereas the same code works on IE.
===============================================
<h:form id="jsfsearch">
<h:commandButton id="abutton" style="font:
bold 100% 'trebuchet ms',helvetica; font-size: 18px;background-color:rgb(201,200
,202); border-color:rgb(234,40,57); border-style:thin;" immediate="true" onclick
="return submitSearch();" action="#
" value="#
{searchmes sages['simplesearch']}"/>
<h:inputText id=
"search_Srch1" value="#
" rendered="#
{searchContr oller.searchparameter1}" />
</h:form>