You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Stan Silvert (JIRA)" <de...@myfaces.apache.org> on 2006/04/04 22:46:48 UTC

[jira] Created: (MYFACES-1224) JSR-252 Issue #55: For postback requests, in the "RestoreViewPhase", during ValueExpression examination for each component, specify that calling setValue() on each ValueExpression should be done "parent-first"

JSR-252 Issue #55: For postback requests, in the "RestoreViewPhase", during ValueExpression examination for each component, specify that calling setValue() on each ValueExpression should be done "parent-first"
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

         Key: MYFACES-1224
         URL: http://issues.apache.org/jira/browse/MYFACES-1224
     Project: MyFaces Core
        Type: Improvement

  Components: JSR-252  
    Reporter: Stan Silvert


For postback requests, in the "RestoreViewPhase", during ValueExpression examination for each component in the component tree, specify that calling the setValue() method on each ValueExpression, should be done in a "parent-first" fashion, calling the setValue() method and then traversing the children.

See https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=55

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Commented: (MYFACES-1224) JSR-252 Issue #55: For postback requests, in the "RestoreViewPhase", during ValueExpression examination for each component, specify that calling setValue() on each ValueExpression should be done "parent-first"

Posted by "Martin Haimberger (JIRA)" <de...@myfaces.apache.org>.
    [ https://issues.apache.org/jira/browse/MYFACES-1224?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482139 ] 

Martin Haimberger commented on MYFACES-1224:
--------------------------------------------

Hy,

this improvement is already implemented, because the JSF RI took the myfaces approach to call the setValue() methode parent first and then traversing the children.

Regards,
Martin Haimberger

> JSR-252 Issue #55: For postback requests, in the "RestoreViewPhase", during ValueExpression examination for each component, specify that calling setValue() on each ValueExpression should be done "parent-first"
> -----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: MYFACES-1224
>                 URL: https://issues.apache.org/jira/browse/MYFACES-1224
>             Project: MyFaces Core
>          Issue Type: Improvement
>          Components: JSR-252
>            Reporter: Stan Silvert
>
> For postback requests, in the "RestoreViewPhase", during ValueExpression examination for each component in the component tree, specify that calling the setValue() method on each ValueExpression, should be done in a "parent-first" fashion, calling the setValue() method and then traversing the children.
> See https://javaserverfaces-spec-public.dev.java.net/issues/show_bug.cgi?id=55

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