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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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>

Reply via email to