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!

Executing redirects from AdfcExceptionHandler / Alternatives

ramandeep singh - oracleApr 17 2013 — edited Apr 17 2013
Hi,

Jdev version is 11.1.1.5

If we do execute redirect from AdfcExceptionHandler's handleException method to an error page it will work initially. But on 2nd request of the same page it will give response already committed error which occurs when you try to redirect when a response has already been written. My question is then what is being written to response object 2nd time around and how to accomplish the redirection ? We could use filters but i want to know how to handle it in ADF

Regards,
--
Ramandeep
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 15 2013
Added on Apr 17 2013
5 comments
605 views