You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ba...@apache.org on 2007/01/19 22:45:36 UTC

svn commit: r497966 - /myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/includes/ui/_DataProperties.xml

Author: baranda
Date: Fri Jan 19 13:45:36 2007
New Revision: 497966

URL: http://svn.apache.org/viewvc?view=rev&rev=497966
Log:
Fixes MYFACES-1521 (tag class generator (datatable . setVar()))

Modified:
    myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/includes/ui/_DataProperties.xml

Modified: myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/includes/ui/_DataProperties.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/includes/ui/_DataProperties.xml?view=diff&rev=497966&r1=497965&r2=497966
==============================================================================
--- myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/includes/ui/_DataProperties.xml (original)
+++ myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/includes/ui/_DataProperties.xml Fri Jan 19 13:45:36 2007
@@ -38,7 +38,8 @@
             <property-class>java.lang.String</property-class>
             <property-extension>
 				<mfp:required>true</mfp:required>
-			</property-extension>
+                <mfp:literal-only>true</mfp:literal-only>
+            </property-extension>
 		</property>
 		<property>
 			<description>The number of rows to be displayed.  Specify zero for all remaining rows in the table.</description>