Myfaces h:commandButton errors on Mozilla >3.6 when using Javascript
form.submit()
----------------------------------------------------------------------------------
Key: MYFACES-3145
URL: https://issues.apache.org/jira/browse/MYFACES-3145
Project: MyFaces Core
Issue Type: Bug
Components: website
Affects Versions: 1.1.10-SNAPSHOT
Environment: Myfaces 1.1.10 on Tomcat 6.0.x
Reporter: suresh t
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="#{searchController.simple}" value="#{searchmes
sages['simplesearch']}"/>
<h:inputText id=
"search_Srch1" value="#{searchController.vSrch1}" rendered="#{searchContr
oller.searchparameter1}" />
</h:form>
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira