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

Volodymyr Siedlecki edited comment on MYFACES-4719 at 6/7/25 2:39 PM:
----------------------------------------------------------------------

I've attached the command script test app.

I think the issue is that "jakarta.faces.behavior.event": "action" request 
parameter isn't sent.

If you can fix that (and the formatting of the script I mentioned above), the 
app should work as expected.  Thanks [~werpu] !

Just for extra context – The behavior event causes the action event to queue 
here: 
https://github.com/apache/myfaces/blob/3.0.x/impl/src/main/java/org/apache/myfaces/renderkit/html/HtmlCommandScriptRenderer.java#L195-L198


was (Author: volosied):
I've attached the command script test app.

I think the issue is that "jakarta.faces.behavior.event": "action" request 
parameter isn't sent.

If you can fix that (and the formatting of the script I mentioned above), the 
app should work as expected.  Thanks [~werpu] !

Just for extra context – The behavior event causes the action event to queue 
here: 
[https://github.com/volosied/myfaces/blob/3.0.x/impl/src/main/java/org/apache/myfaces/renderkit/html/HtmlCommandScriptRenderer.java#L195-L198]
 

> 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
>
>
> 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