You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Volker Weber (JIRA)" <de...@myfaces.apache.org> on 2007/01/31 14:56:05 UTC

[jira] Resolved: (MYFACES-1525) actions of UICommand could execute in wrong phase

     [ https://issues.apache.org/jira/browse/MYFACES-1525?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Volker Weber resolved MYFACES-1525.
-----------------------------------

    Resolution: Fixed

> actions of UICommand could execute in wrong phase
> -------------------------------------------------
>
>                 Key: MYFACES-1525
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1525
>             Project: MyFaces Core
>          Issue Type: Bug
>            Reporter: Volker Weber
>
> actions of UICommand components with immediate=false are executed in applyRequestValue phase instead of invokeApplication phase,
> if the UICommand is a descendant of another UICommand with immediate=true.
> following situation:
> a button with immediate=true, a popup-facet on this button.
> inside this popup a button with no immediate, (or immediate=false).
> the action of the button inside the popup is execuded in applyRequestValue phase instead of in invokeApplication.
> this problem is the same in myfaces and RI implementation.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.