Skip to Main Content

E-Business Suite

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!

Guest user access only for specific page in iStore R12

3363213Aug 10 2017 — edited Nov 7 2017

Hi All,

We need to access only one custom JSP in iStore without login.

Appreciate, any help on this.

We have tried to customize the ibeCZzpHeader.jsp to change the below boolean values 'true' to 'false' but it not works

boolean routedP = "false".equals(pageContext.getAttribute("_routedPage", pc));

boolean signInP = "false".equals(pageContext.getAttribute("_signInPage", pc));

boolean siteSelNotReq = "false".equals(pageContext.getAttribute("_siteSelectionNotRequired", pc));

boolean resetPPFlag = "false".equals(pageContext.getAttribute("_forceLoginPostProcessing", pc));

Thanks,

Venkat Pagadala

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 5 2017
Added on Aug 10 2017
1 comment
239 views