[richfaces-svn-commits] JBoss Rich Faces SVN: r13536 - in trunk: ui/progressBAR/src/main/config/component and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Apr 13 12:12:48 EDT 2009


Author: smukhina
Date: 2009-04-13 12:12:48 -0400 (Mon, 13 Apr 2009)
New Revision: 13536

Modified:
   trunk/docs/userguide/en/src/main/docbook/included/progressBar.xml
   trunk/ui/progressBAR/src/main/config/component/progressBar.xml
Log:
https://jira.jboss.org/jira/browse/RF-6754 -progressBar: "progressVar"  attribute is marker as deprecated in tables of attribute and in its desctiprion in text. 

Modified: trunk/docs/userguide/en/src/main/docbook/included/progressBar.xml
===================================================================
--- trunk/docs/userguide/en/src/main/docbook/included/progressBar.xml	2009-04-13 16:07:43 UTC (rev 13535)
+++ trunk/docs/userguide/en/src/main/docbook/included/progressBar.xml	2009-04-13 16:12:48 UTC (rev 13536)
@@ -238,7 +238,7 @@
       </para-->
       
       <para>
-        The  <emphasis><property>&quot;progressVar&quot;</property></emphasis> attribute defines request scoped variable that could be used
+        The  <emphasis><property>&quot;progressVar&quot;</property></emphasis> attribute (deprecated) defines request scoped variable that could be used
         for substitution purpose.  This variable contains the data taken from <emphasis><property>&quot;value&quot;</property></emphasis> attribute.
         Please, study carefully the following example.
       </para>

Modified: trunk/ui/progressBAR/src/main/config/component/progressBar.xml
===================================================================
--- trunk/ui/progressBAR/src/main/config/component/progressBar.xml	2009-04-13 16:07:43 UTC (rev 13535)
+++ trunk/ui/progressBAR/src/main/config/component/progressBar.xml	2009-04-13 16:12:48 UTC (rev 13536)
@@ -84,7 +84,7 @@
 		<property>
 			<name>progressVar</name>
 			<classname>java.lang.String</classname>
-			<description>Provides access to value of the component on the client</description>
+			<description>Deprecated. Provides access to value of the component on the client</description>
 		</property>
 		<property>	
 			<name>styleClass</name>




More information about the richfaces-svn-commits mailing list