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

Udo Schnurpfeil commented on TOBAGO-1699:
-----------------------------------------

The problem with the IllegalArgumentException is fixed now.
Also the renderer selection is now basically implemented. 

Current problem: works only with MyFaces, because we have statically included 
the MyFaces jsf.js which is not compatible to the Mojarra jsf.js

> 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