Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

FacesContext REDIRECT

586727Aug 28 2007 — edited Aug 30 2007

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?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 27 2007
Added on Aug 28 2007
2 comments
1,672 views