Tomas Havelka created TRINIDAD-2403:
---------------------------------------
Summary: Trinidad components do not publish component specific
events
Key: TRINIDAD-2403
URL: https://issues.apache.org/jira/browse/TRINIDAD-2403
Project: MyFaces Trinidad
Issue Type: Bug
Components: Components
Affects Versions: 2.0.1-core
Reporter: Tomas Havelka
Dont't know why the Trinidad has so much legacy of code... However by this
issue Trinidad specific components do not publish the component specific
events. I found the code like this:
{code}context.getApplication().publishEvent(context,
PreRenderComponentEvent.class, UIComponent.class, this){code}. But I think the
proper code should be {code}context.getApplication().publishEvent(context,
PreRenderComponentEvent.class, this){code}. That's mean one can register the
SystemEventListener for the specific class (component), but the Trinidad's code
does not conform with it.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira