[JBoss JIRA] Created: (RF-9811) CDK: attributes import errors are silently ignored
by Nick Belaevski (JIRA)
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
15 years, 3 months
[JBoss JIRA] Created: (RF-9863) CSV: ajaxRendered areas (with messages) not updated on request from validator
by Ilya Shaikovsky (JIRA)
CSV: ajaxRendered areas (with messages) not updated on request from validator
-----------------------------------------------------------------------------
Key: RF-9863
URL: https://jira.jboss.org/browse/RF-9863
Project: RichFaces
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: core
Affects Versions: 4.0.0.Milestone4
Reporter: Ilya Shaikovsky
Assignee: Nick Belaevski
Priority: Critical
Not possible to use even announced "ajax validation" Workaround is too weird. If the user to be able just define render="messagesId" - that would be enough for the beginning. But in that case exception thrown. But creation of List of id's for that in bean - not convinient at all. And moreover as we told render will be hidden from the behavior so - should not be used.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 3 months