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

Werner Punz edited comment on MYFACES-4162 at 10/10/17 11:44 AM:
-----------------------------------------------------------------

https://issues.apache.org/jira/browse/MYFACES-4154
if you mean with the browser name, the url in the browser, that is 
unfortunately to be expected since you navigate from the login page to the main 
page with an ajax call. ATM there is no url rewriting for such cases specified.

Also jsf used to be always one xhtml behind anway in its url due to its basic 
postback -> forward navigational mechanism.
Both myfaces and mojarra behave the same here, that the first navigational call 
is a postback into the same page with a forward into a new page.
So I guess MYFACES-4154 is not a bug it is more how things work.

Afair there is a redirect true navigational xml flag for the url rewriting of 
non ajaxed navigational cases.




was (Author: werpu):
https://issues.apache.org/jira/browse/MYFACES-4154
if you mean with the browser name, the url in the browser, that is 
unfortunately to be expected since you navigate from the login page to the main 
page with an ajax call. ATM there is no url rewriting for such cases specified.

Also jsf used to be always one xhtml behind anway in its url due to its basic 
postback -> forward navigational mechanism.
Both myfaces and mojarra behave the same here, that the first navigational call 
is a postback into the same page with a forward into a new page.
So I guess MYFACES-4154 is not a bug it is more how things work.


> 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