[
https://issues.apache.org/jira/browse/TOBAGO-1699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15901418#comment-15901418
]
Udo Schnurpfeil edited comment on TOBAGO-1699 at 3/8/17 3:27 PM:
-----------------------------------------------------------------
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 (this comes
from TOBAGO-1534)
was (Author: lofwyr):
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)