[
https://issues.apache.org/jira/browse/TOBAGO-1882?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16417207#comment-16417207
]
Udo Schnurpfeil commented on TOBAGO-1882:
-----------------------------------------
Can't reproduce. Here's what I've checked:
Using this
{code}
<tc:link id="l4b" label="Action Listener" immediate="true"
actionListener="#{buttonLinkController.click}"/>
{code}
in /content/20-component/040-command/00-button+link/button+link.xhtml
And adding this method
{code}
public void click(final ActionEvent actionEvent) {
LOG.info("click action listener: event='" + actionEvent + "'");
}
{code}
to ButtonLinkController.java
Tested with MyFaces 2.0 and Mojarra 2.1
> <tc:style> & <tc:script> is not loaded after clicking on a <tc:link> with
> actionListener
> ----------------------------------------------------------------------------------------
>
> Key: TOBAGO-1882
> URL: https://issues.apache.org/jira/browse/TOBAGO-1882
> Project: MyFaces Tobago
> Issue Type: Bug
> Components: Core, Facelets
> Affects Versions: 4.1.0
> Reporter: Guido Dubois
> Priority: Major
>
> In version 4.1.0 exists the same wrong behaviorĀ like described inĀ
> [TOBAGO-425|https://issues.apache.org/jira/browse/TOBAGO-425]
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)