You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2017/10/26 08:25:55 UTC

[myfaces-tobago] branch tobago-3.0.x updated: javadoc

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

lofwyr pushed a commit to branch tobago-3.0.x
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/tobago-3.0.x by this push:
     new 804a226  javadoc
804a226 is described below

commit 804a226a39e094af9d18509872e52f9ccca6a4a1
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Thu Oct 26 10:25:50 2017 +0200

    javadoc
---
 .../tobago/internal/taglib/declaration/HasConverterMessage.java        | 3 ++-
 .../tobago/internal/taglib/declaration/HasValidatorMessage.java        | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasConverterMessage.java b/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasConverterMessage.java
index 41e51ed..1344a21 100644
--- a/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasConverterMessage.java
+++ b/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasConverterMessage.java
@@ -26,7 +26,8 @@ import org.apache.myfaces.tobago.apt.annotation.UIComponentTagAttribute;
 public interface HasConverterMessage {
 
   /**
-   * An expression that specifies the converter message
+   * An expression that specifies the converter message.
+   * If present, will be used as the text of the converter message, replacing any message that comes from the converter.
    */
   @TagAttribute
   @UIComponentTagAttribute
diff --git a/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasValidatorMessage.java b/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasValidatorMessage.java
index 05c5ad5..79adfb8 100644
--- a/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasValidatorMessage.java
+++ b/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/taglib/declaration/HasValidatorMessage.java
@@ -25,7 +25,8 @@ import org.apache.myfaces.tobago.apt.annotation.UIComponentTagAttribute;
 public interface HasValidatorMessage {
 
   /**
-   * An expression that specifies the validator message
+   * An expression that specifies the validator message.
+   * If present, will be used as the text of the validator message, replacing any message that comes from the validator.
    */
   @TagAttribute
   @UIComponentTagAttribute

-- 
To stop receiving notification emails like this one, please contact
['"commits@myfaces.apache.org" <co...@myfaces.apache.org>'].