[
https://issues.apache.org/jira/browse/MYFACES-2458?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12903638#action_12903638
]
Werner Punz commented on MYFACES-2458:
--------------------------------------
One sidenote to the execute multiple ids problem I recently ran into this issue
while testing my code, and opened a discussion on the open mailinglist
regarding it, this is somewhat of a weird problem because @this is added
implicitely more or less by mojarra, which is somewhat of an undocumented
feature, on the other hand is @this an explicit parameter which can be set in
the execute phase. Just for the sake of keeping this valid I did not clone
Mojarras behavior in this area, because I personally thought that the behavior
of MyFaces is correct and Mojarras was not.
The discussion in the open list not really gave a decisive clue on what was the
really correct approach.
Either way after rethingking it, it is probably better to try to keep a 100%
compatibility to Mojarra in this shady area, and thanks for fixing it.
> Miscellaneous AJAX bugs
> -----------------------
>
> Key: MYFACES-2458
> URL: https://issues.apache.org/jira/browse/MYFACES-2458
> Project: MyFaces Core
> Issue Type: Bug
> Components: JSR-314
> Affects Versions: 2.0.0-alpha-2
> Reporter: Curtiss Howard
> Priority: Minor
>
> There are a couple minor AJAX-related bugs:
> * h:commandButton needs to append "return false;" for onclick when a behavior
> chain is present.
> * if <f:ajax> disabled=true, the AJAX call is still emitted.
> * Possible issue with <f:ajax> execute="multiple ids". Seems the
> javax.faces.partial.execute request param may differ from Sun RI.
> * Unable to restore StateHolder when listener is specified for <f:ajax>.
> * <f:ajax> onevent not being handled.
> * <f:ajax> onerror not being handled.
> * <f:ajax> render="@all" not working correctly.
> * <f:ajax> render="@form" not working correctly.
> * <f:ajax> render="@this" not working correctly.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.