Page RetainAM = N and addBreadCrumb = N, how can I change this?

Thanks in advance for your help.

I create a summary page of the sheet, it's a totally personalized page. It works fine, but after I go to the details of the page and return to the summary page, I get the error indicates that the session is no longer existed. I found something odd here: when I first open the summary page, before you do your research, the url is:

OA.jsp;jsessionid=9de04232194c40b88c50c96da371955d?page=/trn/oracle/apps/hxc/selfservice/tcsummary/webui/TrnTCSummaryPG & transactionid = 1095637727 & SV = xmc7FmfqD-QfJOFT7_jJ4A...

After that I did a search in the same summary page, the url is replaced by:
OA.jsp?page=/trn/oracle/apps/hxc/selfservice/tcsummary/webui/TrnTCSummaryPG & Searchtypes = search & fwkQBSearchTypeSource = / trn/oracle/apps/hxc/self-service/tcsummary/webui/TrnTCSummaryPG__QueryRN__809& _ti = 1095637727 &retainAM = N&addBreadCrumb = N& OPair = 3 & SV = KAVOq6RdapZmuORKQeDPiA...

But I've never explicitly set retainAM = N and addBreadCrumb = N and the __QueryRN__809 is weird also, could you give me any suggestions how I can solve this problem? Thank you!

-Bill

Can you please check the logic that is executed when you return to the summary of the details page. If the link is managed using a URL, using customization, you can change the URL to include retainAM = Y.

Otherwise if they do it in the code, you can extend the controller and the incorporation of additional changes that are. Just make sure that all other logics in sowing controller is executed. Only the front part of the JSP is slightly modified.

Concerning
Sumit

Tags: Oracle Applications

Similar Questions

Maybe you are looking for