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

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

SUCCESS: Integrated in Jenkins build Tobago Trunk #797 (See 
[https://builds.apache.org/job/Tobago%20Trunk/797/])
TOBAGO-1699: f:ajax doesn't work within a h:commandLink
* Using a different rendererType for <f:ajax> in Tobago components called by 
any TobagoRenderer (lofwyr: 
[http://svn.apache.org/viewvc/?view=rev&rev=1785981])
* (edit) 
tobago-trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/internal/util/RenderUtils.java
* (edit) 
tobago-trunk/tobago-tool/tobago-tool-apt/src/main/java/org/apache/myfaces/tobago/apt/processor/FacesConfigGenerator.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
>            Assignee: Udo Schnurpfeil
>
> 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)

Reply via email to