[ 
https://issues.apache.org/jira/browse/TRINIDAD-1220?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12642608#action_12642608
 ] 

bommel edited comment on TRINIDAD-1220 at 10/25/08 3:46 AM:
-------------------------------------------------------------------

Updated patch without statesaving hack. The response is not rendered partial. 
Maybe this can avoid some problems. 
Please discard the changes from the former patch.

      was (Author: bommel):
    Updated patch without statesaving hack. The response is not rendered 
partial. Maybe this can avoid some problems. 
  
> Partial Lifecycle for Trinidad
> ------------------------------
>
>                 Key: TRINIDAD-1220
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1220
>             Project: MyFaces Trinidad
>          Issue Type: Improvement
>          Components: Components
>    Affects Versions: 1.2.9-core
>            Reporter: Bernd Bohmann
>            Assignee: Bernd Bohmann
>         Attachments: TRINIDAD-1220-trinidad-impl.patch
>
>
> The Partial Lifecycle is implemented in the following way:
> 1. Normal restore view
> 2. If the requestMap contains a non empty partialTarget parameter list. 
>       Invoke process decode on each partial target with invokeOnComponent.
>       Invoke decode on form and source //TODO form and source can be 
> contained in partialTargets
>     else
>       Invoke process decode 
>       Collect the possible partialTargets clientIds from 
> requestContext.getPartialTargets(source) and store in the partialTarget list.
> 3. Invoke process validations on the partialsTargets or on the ViewRoot
> 4. Invoke update model on the partialsTargets or on the ViewRoot      
> 5. Invoke application
> 6. RenderResponse with normal Trinidad PPR //TODO evaluate partial rendering
>  

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