[
https://issues.apache.org/jira/browse/MYFACES-4719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17940996#comment-17940996
]
Volodymyr Siedlecki commented on MYFACES-4719:
----------------------------------------------
Code for reference:
[https://github.com/OpenLiberty/open-liberty/blob/8ce371df60b2c76e3f9f703719130d1ae7f010bd/dev/com.ibm.ws.jsf.2.3_fat.2/test-applications/JSF23Spec790.war/resources/test1.xhtml#L21-L39]
[https://github.com/OpenLiberty/open-liberty/blob/ca52a07e4f343657a492a107d9b86ed2397477cf/dev/com.ibm.ws.jsf.2.3_fat/test-applications/CommandScript.war/resources/JSF23CommandScriptButton.xhtml#L26]
[~werpu], mind if I assign this to you?
> Missing Form Data in Faces 3.0
> ------------------------------
>
> Key: MYFACES-4719
> URL: https://issues.apache.org/jira/browse/MYFACES-4719
> Project: MyFaces Core
> Issue Type: Bug
> Affects Versions: 3.0.3
> Reporter: Volodymyr Siedlecki
> Priority: Major
>
> While running out test suite on MyFaces 3.0.3-SNAPSHOT, we encountered some
> failures in the ajax tests.
> It looks like the following two entries are not sent over when comparing the
> same app to MyFaces 2.3:
> {code:java}
> "jakarta.faces.behavior.event": "action",
> "jakarta.faces.partial.event": "click",{code}
> The app just adds a FacesMessage when the bean is invoked:
> {code:java}
> <h:commandScript name="submitFormScript"
> action="#{commandScriptBean.submitForm}" render="@form" />
> <h:messages/>{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)