[ 
https://issues.apache.org/jira/browse/MYFACES-4162?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16197068#comment-16197068
 ] 

Werner Punz edited comment on MYFACES-4162 at 10/9/17 2:36 PM:
---------------------------------------------------------------

Actually on the response side it looks ok
javax.faces.ViewRoot is the update id which means both head and body need to be 
replaced, which the code does.

I just need to check what happens on the client side.
The javax.faces.ViewRoot is a valid response for this case it is within the 
bounds of the jsf.ajax response protocol so no need to fix anything on the 
server here.



was (Author: werpu):
Actually on the response side it looks ok
javax.faces.ViewRoot is the update id which means both head and body need to be 
replaced, which the code does.

I just need to check what happens on the client side.


> bug in the response handling if a full page is sent via ajax
> ------------------------------------------------------------
>
>                 Key: MYFACES-4162
>                 URL: https://issues.apache.org/jira/browse/MYFACES-4162
>             Project: MyFaces Core
>          Issue Type: Bug
>    Affects Versions: 2.3.0-beta
>            Reporter: Werner Punz
>            Assignee: Werner Punz
>
> The example in https://issues.apache.org/jira/browse/MYFACES-4154 sends back 
> an entire page due to a page navigation triggered from an ajax call, and 
> apparently the page is inserted but the viewstate is lost along the way. I 
> need to investigate what happens for such a corner case, since triggering a 
> page change navigation from Ajax is rather seldom but needs to be addressed.
> I will need a handful of days to fix this, due to my limited time.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to