javax.faces.ViewState parameter duplication in POST request after ajax render

47 Views Asked by At

I'm not a pro in jsf and i have a problem. After ajax render was triggered, I received two javax.faces.ViewState parameters with different values in the POST request. What could be the cause of this and is it possible to fix it? In my project: javax.faces.STATE_SAVING_METHOD is server. Thank you!

0

There are 0 best solutions below