CDK: attributes import errors are silently ignored
--------------------------------------------------

                 Key: RF-9811
                 URL: https://jira.jboss.org/browse/RF-9811
             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


The following @JsfComponent is handled without any error messages:

@JsfComponent(
    type = AbstractTree.COMPONENT_TYPE,
    family = AbstractTree.COMPONENT_FAMILY, 
    tag = @Tag(name = "tree"),
    renderer = @JsfRenderer(type = "org.richfaces.TreeRenderer"),
    attributes = {"some-non-existent.xml", "core-props.xml", "i18n-props.xml"}
)

though 'some-non-existent.xml' resource does not exist.

-- 
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