You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2008/10/15 06:27:48 UTC

svn commit: r704778 - /myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/ext/MessageProperties.java

Author: lu4242
Date: Tue Oct 14 21:27:46 2008
New Revision: 704778

URL: http://svn.apache.org/viewvc?rev=704778&view=rev
Log:
TOMAHAWK-1355 t:message(s) replaceIdWithLabel defaults to false in Tomahawk 1.1.7 (the default in the old tag class is true)

Modified:
    myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/ext/MessageProperties.java

Modified: myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/ext/MessageProperties.java
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/ext/MessageProperties.java?rev=704778&r1=704777&r2=704778&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/ext/MessageProperties.java (original)
+++ myfaces/tomahawk/trunk/core/src/main/java/org/apache/myfaces/component/html/ext/MessageProperties.java Tue Oct 14 21:27:46 2008
@@ -67,7 +67,7 @@
      *  Default: true.
      * 
      * @JSFProperty
-     *   defaultValue="false"
+     *   defaultValue="true"
      */
     public boolean isReplaceIdWithLabel();