]
Alexander Smirnov updated RF-9811:
----------------------------------
Original Estimate: 0 minutes
Remaining Estimate: 0 minutes
CDK: attributes import errors are silently ignored
--------------------------------------------------
Key: RF-9811
URL:
https://issues.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
Fix For: 4.0.0.Milestone5
Original Estimate: 0 minutes
Remaining Estimate: 0 minutes
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.
-
For more information on JIRA, see: