Hi everybody:
I have a little problem i have a backing bean, where i have a method, last line of method must redirect to an external URL, but must use POST. I´m using externalcontext.redirect(myUrl) after forming url with parameters, when i make a call link is sent by GET and external link is loaded but for GET. Does anybody know how can i make to redirect using POST from inside a bacKing bean?
THANKS IN ADVANCE
