svn commit: r534635 - /ofbiz/trunk/framework/widget/dtd/widget-screen.xsd

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r534635 - /ofbiz/trunk/framework/widget/dtd/widget-screen.xsd

jonesde
Author: jonesde
Date: Wed May  2 15:22:19 2007
New Revision: 534635

URL: http://svn.apache.org/viewvc?view=rev&rev=534635
Log:
Changed default for paginate on iterate-section to be consistent with pretty much everything else, and to be consistent with the parsing code in IterateSectionWidget.java

Modified:
    ofbiz/trunk/framework/widget/dtd/widget-screen.xsd

Modified: ofbiz/trunk/framework/widget/dtd/widget-screen.xsd
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/widget/dtd/widget-screen.xsd?view=diff&rev=534635&r1=534634&r2=534635
==============================================================================
--- ofbiz/trunk/framework/widget/dtd/widget-screen.xsd (original)
+++ ofbiz/trunk/framework/widget/dtd/widget-screen.xsd Wed May  2 15:22:19 2007
@@ -994,7 +994,7 @@
         <xs:attribute type="xs:string" name="key-name" />
         <xs:attribute type="xs:string" name="view-size" />
         <xs:attribute type="xs:string" name="paginate-target" />
-        <xs:attribute name="paginate" default="true">
+        <xs:attribute name="paginate" default="false">
             <xs:simpleType>
                 <xs:restriction base="xs:token">
                     <xs:enumeration value="true"/>