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!

ADF, PrettyFaces and _adf.ctrl-state

552748Oct 20 2011 — edited Oct 29 2013
I am in the process of integrating PrettyFaces into a public facing ADF/WebCenter application. The problem I am facing is that the ADF query parameter "_adf.ctrl-state" is being reinitialized on each page load. Because of this, ADF does not know what the previous page was and a click of the back button will redirect the user to the context root.

The cause for this - I believe - is that the PrettyFaces request processing order of operations [http://ocpsoft.com/docs/prettyfaces/3.3.0/en-US/html/Processing_order.html] creates a disconnect for ADF where it basically sees the page request as a new session.

I am curious if anyone has encountered this use case and how they solved it - or if anyone could provide insight into a possible workaround that does not involve disabling the back button. TIA.

I am using JDev 11.1.1.5, JSF 1.2, ADF & WebCenter.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 26 2013
Added on Oct 20 2011
4 comments
1,840 views