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

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

    [ https://issues.apache.org/jira/browse/TOBAGO-1699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15901294#comment-15901294 ] 

Hudson commented on TOBAGO-1699:
--------------------------------

SUCCESS: Integrated in Jenkins build Tobago Trunk #796 (See [https://builds.apache.org/job/Tobago%20Trunk/796/])
TOBAGO-1699: f:ajax doesn't work within a h:commandLink
* avoid IIllegalArgumentException, when using standard JSF ajax (lofwyr: [http://svn.apache.org/viewvc/?view=rev&rev=1785966])
* (edit) tobago-trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/component/ClientBehaviors.java


> 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)