You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by sk...@apache.org on 2008/01/13 22:08:04 UTC

svn commit: r611650 - /myfaces/core/trunk/impl/src/main/tld/entities/ui_messages_attributes.xml

Author: skitching
Date: Sun Jan 13 13:08:03 2008
New Revision: 611650

URL: http://svn.apache.org/viewvc?rev=611650&view=rev
Log:
Fix incorrect info about h:messages tag, property globalOnly

Modified:
    myfaces/core/trunk/impl/src/main/tld/entities/ui_messages_attributes.xml

Modified: myfaces/core/trunk/impl/src/main/tld/entities/ui_messages_attributes.xml
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/main/tld/entities/ui_messages_attributes.xml?rev=611650&r1=611649&r2=611650&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/main/tld/entities/ui_messages_attributes.xml (original)
+++ myfaces/core/trunk/impl/src/main/tld/entities/ui_messages_attributes.xml Sun Jan 13 13:08:03 2008
@@ -27,6 +27,6 @@
     <type>java.lang.String</type>
     <description>
         A boolean value that controls whether global messages (those without
-        IDs) should be displayed. Default: true.
+        IDs) should be displayed. Default: false.
     </description>
 </attribute>