You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by bu...@apache.org on 2003/03/18 18:51:05 UTC

DO NOT REPLY [Bug 18116] New: - VelocityGenerator child elements don't take 'key' attribute

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18116>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18116

VelocityGenerator <property> child elements don't take 'key' attribute

           Summary: VelocityGenerator <property> child elements don't take
                    'key' attribute
           Product: Cocoon 2
           Version: 2.0.4
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: general components
        AssignedTo: cocoon-dev@xml.apache.org
        ReportedBy: andrew.speakman@ahds.ac.uk


The Javadocs say that property child elements have the following form:
<property key="propertyKey" value="propertyValue"/> 

Whereas the code base indicates they should have this form:
<property name="propertyKey" value="propertyValue"/> 

This is the same for <property> children of the <resource-loader>