[ 
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.

Reply via email to