[richfaces-svn-commits] JBoss Rich Faces SVN: r13527 - trunk/ui/message/src/main/config/component.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Apr 13 08:46:10 EDT 2009


Author: nbelaevski
Date: 2009-04-13 08:46:10 -0400 (Mon, 13 Apr 2009)
New Revision: 13527

Modified:
   trunk/ui/message/src/main/config/component/message.xml
Log:
https://jira.jboss.org/jira/browse/RF-6710

Modified: trunk/ui/message/src/main/config/component/message.xml
===================================================================
--- trunk/ui/message/src/main/config/component/message.xml	2009-04-13 12:24:22 UTC (rev 13526)
+++ trunk/ui/message/src/main/config/component/message.xml	2009-04-13 12:46:10 UTC (rev 13527)
@@ -24,21 +24,17 @@
 		   <description>Redefines the content for the marker if there is message with a severity class of "ERROR"</description>
 		</facet>
 		<facet>
-		   <name>fatalError</name>
+		   <name>fatalMarker</name>
 		   <description>Redefines the content for the marker if there is message with a severity class of "FATAL"</description>
 		</facet>
 		<facet>
-		   <name>infoError</name>
+		   <name>infoMarker</name>
 		   <description>Redefines the content for the marker if there is message with a severity class of "INFO"</description>
 		</facet>
 		<facet>
-		   <name>warnError</name>
+		   <name>warnMarker</name>
 		   <description>Redefines the content for the marker if there is message with a severity class of "WARN"</description>
 		</facet>
-		<facet>
-		   <name>passedError</name>
-		   <description>Redefines the content for the marker if there is no message</description>
-		</facet>
 		<renderer generate="false" override="true">
 			<name>org.richfaces.RichMessageRenderer</name>
 			<classname>org.richfaces.renderkit.html.HtmlRichMessageRenderer</classname>
@@ -67,7 +63,7 @@
 			
 		</property>
 		
-		<property attachedstate="true">
+		<property attachedstate="true" hidden="true">
 			<name>passedLabel</name>
 			<classname>java.lang.String</classname>
 			<description>
@@ -304,21 +300,17 @@
 		   <description>Redefines the content for the marker if there is message with a severity class of "ERROR"</description>
 		</facet>
 		<facet>
-		   <name>fatalError</name>
+		   <name>fatalMarker</name>
 		   <description>Redefines the content for the marker if there is message with a severity class of "FATAL"</description>
 		</facet>
 		<facet>
-		   <name>infoError</name>
+		   <name>infoMarker</name>
 		   <description>Redefines the content for the marker if there is message with a severity class of "INFO"</description>
 		</facet>
 		<facet>
-		   <name>warnError</name>
+		   <name>warnMarker</name>
 		   <description>Redefines the content for the marker if there is message with a severity class of "WARN"</description>
 		</facet>
-		<facet>
-		   <name>passedError</name>
-		   <description>Redefines the content for the marker if there is no message</description>
-		</facet>
    		
    		<renderer generate="false" override="true">
 			<name>org.richfaces.RichMessagesRenderer</name>
@@ -339,7 +331,7 @@
 			</test>
 		</tag>
 		
-		<property attachedstate="true">
+		<property attachedstate="true" hidden="true">
 			<name>passedLabel</name>
 			<classname>java.lang.String</classname>
 			<description>




More information about the richfaces-svn-commits mailing list