Re: sendRedirect is not working in JSF 2.2

2015-06-22 Thread Thomas Andraschko
Do you try to redirect in the RENDER_RESPONSE phase? If yes, you propably need to increase the buffer size via web.xml. 2015-06-22 11:09 GMT+02:00 RICARD MORE FARRES : > Hi, > > Try using > FacesContext.getCurrentInstance().getExternalContext().redirect("any_url"); > > Regards, > Ricard > > -

RE: sendRedirect is not working in JSF 2.2

2015-06-22 Thread RICARD MORE FARRES
Hi, Try using FacesContext.getCurrentInstance().getExternalContext().redirect("any_url"); Regards, Ricard -Mensaje original- De: khush N [mailto:kbnavl...@gmail.com] Enviado el: lunes, 22 de junio de 2015 9:52 Para: MyFaces Discussion Asunto: sendRedirect is not working in JSF 2.2 Hi,