[
https://issues.apache.org/jira/browse/MYFACES-3145?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16118584#comment-16118584
]
Thomas Andraschko commented on MYFACES-3145:
--------------------------------------------
If it would be still up-to-date, not sure if we can do anything there. Will
close it for now.
> 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
> Assignee: Thomas Andraschko
>
> 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 was sent by Atlassian JIRA
(v6.4.14#64029)