You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Henning Noeth (JIRA)" <de...@myfaces.apache.org> on 2017/02/03 14:34:52 UTC

[jira] [Created] (TOBAGO-1695) Component cannot have two events with same name

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)