File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
appserver/admingui/common/src/main/resources/js Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 11/*
2- * Copyright (c) 2022 Contributors to the Eclipse Foundation. All rights reserved.
2+ * Copyright (c) 2022, 2025 Contributors to the Eclipse Foundation. All rights reserved.
33 * Copyright (c) 2010, 2020 Oracle and/or its affiliates. All rights reserved.
44 *
55 * This program and the accompanying materials are made available under the
@@ -2627,7 +2627,10 @@ admingui.ajax = {
26272627 alert ( "'execButton' not found! Unable to submit JSF2 Ajax Request!" ) ;
26282628 } else {
26292629 // Don't ping b/c this is from the header and therefor is a ping
2630- faces . ajax . request ( src , null ,
2630+ faces . ajax . request ( src ,
2631+ {
2632+ type : 'click'
2633+ } ,
26312634 {
26322635 execute : 'execButton' ,
26332636 render : 'execResp' ,
You can’t perform that action at this time.
0 commit comments