"Partial response" is a JSF specific term for its ajax based view and response.
Questions tagged [partial-response]
21 questions
0
votes
0 answers
JSF show page after get request
i have a problem while session expired and i make GET request, instead page i see xml file. How i can colve this problem ?

George Vassilev
- 129
- 10
0
votes
0 answers
JSF partial response shown plain text on every reload
What can cause this message :
i+eTRcNJKFa/X70WEJFydAaAltIQr95KirDWpXlROBzc6LqS
It appears every time…

EL OUFIR Hatim
- 267
- 2
- 16
0
votes
0 answers
partial-response shown instead of html, after refresh html is shown
I have implemented the answer of this question: Session timeout and ViewExpiredException handling on JSF/PrimeFaces ajax request
When an AJAX request is done and there is a ViewExpiredException it renders my session expired page, which has a link to…

Wesley Egbertsen
- 720
- 1
- 8
- 25
0
votes
1 answer
partial-response on session expire
We have a JSF 2.0, Primefaces 5.0, Spring Security 3.2.3.RELEASE application.
To handle session timeout, I am using primefaces idleMonitor and p:dialog & javascript to display a countdown popup and redirect them back to login page.
I have also…

srmthy4
- 81
- 1
- 2
- 7
0
votes
0 answers
JSF ajax response displayed plain vanilla in browser screen after redirect
I am working on a JSF application which redirect to another application then do some processing there and redirect back. Issue is when I use JSF application URL as
http://172.20.1.175:8080/app_path/page.xhtml
and redirect back to the…

Lakmal
- 247
- 1
- 9
- 24
0
votes
0 answers
partial-response xml displays on browser instead of the page itself
I'm currently developing a JSF application using Spring and Primefaces 4.0. We have intermittent issues regarding the XML page being displayed instead of page itself when redirecting to other pages.
This seems to be similar to this…

brej10
- 23
- 5