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

doebele pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/empire-db.git


The following commit(s) were added to refs/heads/master by this push:
     new 41295f86 EMPIREDB-404 small fix.
41295f86 is described below

commit 41295f863ec0abbe3c7635ca096a5a6feb474edb
Author: Rainer Döbele <[email protected]>
AuthorDate: Mon Mar 20 18:19:31 2023 +0100

    EMPIREDB-404
    small fix.
---
 .../src/main/java/org/apache/empire/jsf2/components/ControlTag.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/empire-db-jsf2/src/main/java/org/apache/empire/jsf2/components/ControlTag.java
 
b/empire-db-jsf2/src/main/java/org/apache/empire/jsf2/components/ControlTag.java
index 500c05eb..d5deae4b 100644
--- 
a/empire-db-jsf2/src/main/java/org/apache/empire/jsf2/components/ControlTag.java
+++ 
b/empire-db-jsf2/src/main/java/org/apache/empire/jsf2/components/ControlTag.java
@@ -239,7 +239,7 @@ public class ControlTag extends UIInput implements 
NamingContainer
 
     protected static final String     readOnlyState        = "readOnlyState";
 
-    protected final TagEncodingHelper helper               = 
TagEncodingHelperFactory.create(this, CONTROL_CLASS);
+    protected final TagEncodingHelper helper               = 
TagEncodingHelperFactory.create(this, "eInput"); // Must be "eInput" not 
"eControl"!
 
     protected InputControl            control              = null;
     protected InputControl.InputInfo  inpInfo              = null;

Reply via email to