[
https://issues.apache.org/jira/browse/MYFACES-2855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12895632#action_12895632
]
Martin Kočí commented on MYFACES-2855:
--------------------------------------
Hi, with today's build a javascript error occurs:
Error: all is not defined
faces/javax.faces.resource/jsf.js?ln=javax.faces&stage=Development
Line: 5580
It's an if-condition:
} else if (all) {
passThrgh[target] = _this.IDENT_ALL;
}
> jsf.js: execute id difference between myfaces and mojarra
> ---------------------------------------------------------
>
> Key: MYFACES-2855
> URL: https://issues.apache.org/jira/browse/MYFACES-2855
> Project: MyFaces Core
> Issue Type: Bug
> Reporter: Werner Punz
>
> <h:panelGroup id="bla">
> <h:inputText id="inputbla"
> value="#{myBean2.searchTerm}" />
> <h:commandLink value="Press me for more action"
> action="#{myBean2.doSearch}">
> <f:ajax execute="bla" render="content"/>
> </h:commandLink>
> </h:panelGroup>
> causes following output in mojarra
> form2 form2
> form2:inputbla
> javax.faces.ViewState 6697453697014869722:-1090088301633916042
> javax.faces.behavior.even... action
> javax.faces.partial.ajax true
> javax.faces.partial.event click
> javax.faces.partial.execu... form2:j_idt8 form2:bla
> javax.faces.partial.rende... form2:content
> javax.faces.source form2:j_idt8
> in myfaces
> form2:inputbla
> form2_SUBMIT 1
> javax.faces.ViewState
> EmWJgKYkJoTEWDCzpUwZQR3Ek94rGnxK1V6NEZgO6yDgPANeOc1wplJjDYezu2cx9aQ7ZSKNPyGY
> L8P9y5DwH2codFvGPjklD04wuxG4XXTPutNww3pdzIsMkw0=
> javax.faces.behavior.even... action
> javax.faces.partial.ajax true
> javax.faces.partial.event click
> javax.faces.partial.execu... form2:bla
> javax.faces.partial.rende... form2:content
> javax.faces.source form2:j_id1980473354_760ba132
> as it seems mojarra also passes the id/name of the issuing element into
> execute per default, I have to check the spec if this is correct
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.