You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@empire-db.apache.org by do...@apache.org on 2019/11/29 17:59:39 UTC

[empire-db] branch master updated: EMPIREDB-320 (temporarily) undo change due to problem with number input reported by Jan.

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 e374d65  EMPIREDB-320 (temporarily) undo change due to problem with number input reported by Jan.
e374d65 is described below

commit e374d651996346dc5e338b0911e8e124b6ec01ff
Author: Rainer Döbele <do...@apache.org>
AuthorDate: Fri Nov 29 18:59:35 2019 +0100

    EMPIREDB-320
    (temporarily) undo change due to problem with number input reported by Jan.
---
 .../src/main/java/org/apache/empire/jsf2/controls/InputControl.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/empire-db-jsf2/src/main/java/org/apache/empire/jsf2/controls/InputControl.java b/empire-db-jsf2/src/main/java/org/apache/empire/jsf2/controls/InputControl.java
index 717393d..b8a3b01 100644
--- a/empire-db-jsf2/src/main/java/org/apache/empire/jsf2/controls/InputControl.java
+++ b/empire-db-jsf2/src/main/java/org/apache/empire/jsf2/controls/InputControl.java
@@ -674,9 +674,9 @@ public abstract class InputControl
     
     public boolean skipInputValidators()
     {
-        return true;
+        return false;  /* was true: Undo change in order to clarify behaviour */
     }
-
+    
     /**
      * Returns the value formated as a string
      * this is a simple default implementation that does no type-secific formatting