Henning Noeth created TOBAGO-1695:
-------------------------------------
Summary: Component cannot have two events with same name
Key: TOBAGO-1695
URL: https://issues.apache.org/jira/browse/TOBAGO-1695
Project: MyFaces Tobago
Issue Type: Bug
Components: Core
Affects Versions: 3.0.2
Reporter: Henning Noeth
Assignee: Henning Noeth
Priority: Minor
For example
{code:xml}
<tc:in>
<f:ajax event="click" disabled="true"/>
<tc:event event="click"/>
</tc:in>
{code}
The <tc:in> contain a <f:ajax> and a <tc:event>. Both have the same event name,
'click'.
<f:ajax> is disabled, so nothing happens.
<tc:event> is not executed, because only the first event is processed.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)