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/09 10:13:41 UTC

[jira] [Created] (TOBAGO-1699) f:ajax doesn't work within a h:commandLink

Henning Noeth created TOBAGO-1699:
-------------------------------------

             Summary: f:ajax doesn't work within a h:commandLink
                 Key: TOBAGO-1699
                 URL: https://issues.apache.org/jira/browse/TOBAGO-1699
             Project: MyFaces Tobago
          Issue Type: Bug
          Components: Core
            Reporter: Henning Noeth


The following code does not render a component.
{code:xml}
<h:commandLink value="Submit" >
  <f:ajax event="click" render="..."/>
</h:commandLink>
{code}

If the *event* attribute is removed, an IllegalArgumentException is thrown.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)