You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2022/12/12 11:50:03 UTC

[myfaces] branch 2.3-next updated: https://issues.apache.org/jira/browse/MYFACES-4040: accidentally committed wrong namespace

This is an automated email from the ASF dual-hosted git repository.

werpu pushed a commit to branch 2.3-next
in repository https://gitbox.apache.org/repos/asf/myfaces.git


The following commit(s) were added to refs/heads/2.3-next by this push:
     new 3627f0926 https://issues.apache.org/jira/browse/MYFACES-4040: accidentally committed wrong namespace
     new db0b4cf35 Merge pull request #424 from werpu/2.3-next
3627f0926 is described below

commit 3627f0926a0c56b785968c9ab7d11b09f492cf5d
Author: Werner Punz <we...@gmail.com>
AuthorDate: Mon Dec 12 12:44:17 2022 +0100

    https://issues.apache.org/jira/browse/MYFACES-4040: accidentally committed wrong namespace
---
 api/src/main/javascript/META-INF/resources/myfaces/api/jsf.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/api/src/main/javascript/META-INF/resources/myfaces/api/jsf.js b/api/src/main/javascript/META-INF/resources/myfaces/api/jsf.js
index c06a4e834..065dbef99 100644
--- a/api/src/main/javascript/META-INF/resources/myfaces/api/jsf.js
+++ b/api/src/main/javascript/META-INF/resources/myfaces/api/jsf.js
@@ -470,7 +470,7 @@ if (!myfaces.ab) {
 
         if (eventName) {
             options["params"] = options.params || {};
-            options.params["jakarta.faces.behavior.event"] = eventName;
+            options.params["javax.faces.behavior.event"] = eventName;
         }
         if (execute) {
             options["execute"] = execute;