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: Session timeout problem in using JavaScript window.open() method

anirbmuk-OracleSep 16 2012 — edited Feb 5 2013
Hi All,

I have a commandImageLink on my page, with partialSubmit = true, clientComponent = true. The link's clientListener calls a JavaScript method set to fire onClick, with a clientAttribute containing the URL from managed bean.
This works fine - the new window opens correctly. But on performing any activity on the parent window, the session times out immediately.

The purpose of the ciLink is to open the URL in a new window and I cannot change that functionality.

I have tried (and failed)-
1. Putting the ciLink inside <h:form> tag and using target="_blank".
2. actionListener on ciLink to fire JavaScript.

I am using JDeveloper 11.1.2.1, with weblogic 10.3.6, JSF 2.0.

Thanks,
Anirban
This post has been answered by Alejandro Profet on Nov 20 2012
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 5 2013
Added on Sep 16 2012
11 comments
1,071 views