[richfaces-issues] [JBoss JIRA] Created: (RF-9811) CDK: attributes import errors are silently ignored

Nick Belaevski (JIRA) jira-events at lists.jboss.org
Thu Nov 11 14:37:01 EST 2010


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

        


More information about the richfaces-issues mailing list