[seam-commits] Seam SVN: r14014 - branches/community/Seam_2_2/ui/src/main/config/component.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Fri Jan 21 09:54:10 EST 2011


Author: manaRH
Date: 2011-01-21 09:54:09 -0500 (Fri, 21 Jan 2011)
New Revision: 14014

Modified:
   branches/community/Seam_2_2/ui/src/main/config/component/button.xml
   branches/community/Seam_2_2/ui/src/main/config/component/link.xml
Log:
JBSEAM-4755 fixing NEST to NESTED conversation propagation type

Modified: branches/community/Seam_2_2/ui/src/main/config/component/button.xml
===================================================================
--- branches/community/Seam_2_2/ui/src/main/config/component/button.xml	2011-01-21 14:52:25 UTC (rev 14013)
+++ branches/community/Seam_2_2/ui/src/main/config/component/button.xml	2011-01-21 14:54:09 UTC (rev 14014)
@@ -38,7 +38,7 @@
 		<property el="false">
 			<name>propagation</name>
 			<classname>java.lang.String</classname>
-			<description>determines the conversation propagation style: begin, join, nest, none, end or endRoot.</description>
+			<description>determines the conversation propagation style: begin, join, nested, none, end or endRoot.</description>
 			<defaultvalue>"default"</defaultvalue>
 		</property>
 		<property transient="true">

Modified: branches/community/Seam_2_2/ui/src/main/config/component/link.xml
===================================================================
--- branches/community/Seam_2_2/ui/src/main/config/component/link.xml	2011-01-21 14:52:25 UTC (rev 14013)
+++ branches/community/Seam_2_2/ui/src/main/config/component/link.xml	2011-01-21 14:54:09 UTC (rev 14014)
@@ -40,7 +40,7 @@
 		<property>
 			<name>propagation</name>
 			<classname>java.lang.String</classname>
-			<description>determines the conversation propagation style: begin, join, nest, none, end or endRoot.</description>
+			<description>determines the conversation propagation style: begin, join, nested, none, end or endRoot.</description>
 			<defaultvalue>"default"</defaultvalue>
 		</property>
 		<!-- Should be el="false" -->



More information about the seam-commits mailing list