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

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Dec 8 10:18:10 EST 2008


Author: abelevich
Date: 2008-12-08 10:18:10 -0500 (Mon, 08 Dec 2008)
New Revision: 11638

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

Modified: trunk/ui/message/src/main/config/component/message.xml
===================================================================
--- trunk/ui/message/src/main/config/component/message.xml	2008-12-08 14:44:09 UTC (rev 11637)
+++ trunk/ui/message/src/main/config/component/message.xml	2008-12-08 15:18:10 UTC (rev 11638)
@@ -255,9 +255,13 @@
 				The attribute takes a value-binding expression for a component property of a backing bean
 			</description>
 		</property>
-		
+			
 		&ui_component_attributes;
 		&ajax_output_attributes;
+		<property hidden="true">
+			<name>keepTransient</name>
+			<classname>boolean</classname>
+		</property>
 	</component>
 	
 	<component>
@@ -529,9 +533,13 @@
 				The attribute takes a value-binding expression for a component property of a backing bean
 			</description>
 		</property>
-   		
    		&ui_component_attributes;
 		&ajax_output_attributes;
+		<property hidden="true">
+			<name>keepTransient</name>
+			<classname>boolean</classname>
+		</property>   		
+		
    	</component>	
 
 </components>
\ No newline at end of file




More information about the richfaces-svn-commits mailing list