[
https://issues.apache.org/jira/browse/TOBAGO-1699?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15901440#comment-15901440
]
Udo Schnurpfeil commented on TOBAGO-1699:
-----------------------------------------
Hint: Using h:commandLink and so on breaks CSP (Content Security Policy)
> 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)