[ 
https://issues.apache.org/jira/browse/MYFACES-4719?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17959568#comment-17959568
 ] 

Werner Punz edited comment on MYFACES-4719 at 6/10/25 8:56 PM:
---------------------------------------------------------------

3.x exposes the same problem with not adding the behavior event and partial 
event key value pairs in the formData so there the fix from 4.0 with the event 
which needs to be passed down also needs to be applied and also on 2.3 where it 
was. introduced (which also has the same set of bugs from above!

 


was (Author: werpu):
3.x exposes the same problem with not adding the behavior event and partial 
event key value pairs in the formData so there the fix from 4.0 with the event 
which needs to be passed down also needs to be applied and also on 2.3 where it 
was. introduced (which also has the same set of bugs from above!

I wont be able to fix everything tonight anymore, but I will also fix the 
commandscript part for 3x tomorrow and then will issue a pull request!

> 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
>            Assignee: Werner Punz
>            Priority: Major
>         Attachments: CommandScript.war, image-2025-06-05-15-45-56-719.png, 
> image-2025-06-05-15-46-24-876.png, image-2025-06-10-21-54-55-318.png, 
> image-2025-06-10-22-09-12-693.png, image-2025-06-10-22-55-25-142.png
>
>
> 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)

Reply via email to