CDK: template attributes are ignored
------------------------------------

                 Key: RF-9798
                 URL: https://jira.jboss.org/browse/RF-9798
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: CDK
    Affects Versions: 4.0.0.Milestone5
            Reporter: Nick Belaevski
            Assignee: Alexander Smirnov


For the following declaration:

    <cc:interface>
        <cdk:class>org.richfaces.renderkit.html.TreeNodeRenderer
        </cdk:class>
        
<cdk:superclass>org.richfaces.renderkit.TreeNodeRendererBase</cdk:superclass>
        <cdk:component-family>org.richfaces.TreeNode
        </cdk:component-family>
        <cdk:renderer-type>org.richfaces.TreeNodeRenderer
        </cdk:renderer-type>
        
        <cc:attribute name="iconLeaf" type="java.lang.String" />
        <cc:attribute name="iconExpanded" type="java.lang.String" />
        <cc:attribute name="iconCollapsed" type="java.lang.String" />
    </cc:interface>

Attributes are not added to the generated UI* class.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
richfaces-issues mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/richfaces-issues

Reply via email to