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 10:53:05 UTC

[jira] Created: (TOBAGO-262) descendants of button with immediate=true can't be immediate=false

descendants of button with immediate=true can't be immediate=false
------------------------------------------------------------------

                 Key: TOBAGO-262
                 URL: https://issues.apache.org/jira/browse/TOBAGO-262
             Project: MyFaces Tobago
          Issue Type: Bug
          Components: Core
            Reporter: Volker Weber
         Assigned To: Volker Weber
             Fix For: 1.0.10


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.

due to the implementation of queueEvent() in jsf api (tested with myfaces and RI) immediate of UICommand components 
are passed to all descendants

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


[jira] Resolved: (TOBAGO-262) descendants of button with immediate=true can't be immediate=false

Posted by "Volker Weber (JIRA)" <de...@myfaces.apache.org>.
     [ https://issues.apache.org/jira/browse/TOBAGO-262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Volker Weber resolved TOBAGO-262.
---------------------------------

    Resolution: Fixed

> descendants of button with immediate=true can't be immediate=false
> ------------------------------------------------------------------
>
>                 Key: TOBAGO-262
>                 URL: https://issues.apache.org/jira/browse/TOBAGO-262
>             Project: MyFaces Tobago
>          Issue Type: Bug
>          Components: Core
>            Reporter: Volker Weber
>         Assigned To: Volker Weber
>             Fix For: 1.0.10
>
>
> 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.
> due to the implementation of queueEvent() in jsf api (tested with myfaces and RI) immediate of UICommand components 
> are passed to all descendants

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