Hi all,
In my application, I have this piece of code:
FacesContext.getCurrentInstance().getExternalContext().redirect("error.jspx");
When running this in the embedded OC4J in JDev 10.1.3, it does what it has to do. When the app is deployed on an Application Server 10.1.3.1 (on Linux) however, it messes up teh redirect and I get something like "http://mypage.be//app/faces/home.jspx:7778/ctb/faces/error.jspx"
Any ideas on what can be the problem?