Update of /var/cvs/src/org/mmbase/framework/resources
In directory james.mmbase.org:/tmp/cvs-serv646/resources

Modified Files:
        component.xsd 
Log Message:
that 'autodefining' parameters is implicit if no parameters defined, can be 
very confusing. Defined and implemented 'automaticParameters' attribute on 
renderer elements


See also: http://cvs.mmbase.org/viewcvs/src/org/mmbase/framework/resources


Index: component.xsd
===================================================================
RCS file: /var/cvs/src/org/mmbase/framework/resources/component.xsd,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -b -r1.27 -r1.28
--- component.xsd       19 Jun 2008 20:52:48 -0000      1.27
+++ component.xsd       8 Aug 2008 08:53:30 -0000       1.28
@@ -143,6 +143,7 @@
       </xsd:element>
     </xsd:sequence>
     <xsd:attribute name="jsp" type="xsd:token" />
+    <xsd:attribute name="automaticParameters" type="xsd:boolean" 
default="false" />
     <!-- you may want to xinclude fieldlists, xincludes may add xml:base 
attributes -->
     <xsd:attribute ref="xml:base" />
   </xsd:complexType>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to