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!

How to preserve ViewObject result when running 2nd query in new window?

450172Oct 20 2005
I have a prompt.jsp page that users enter information which is used to pass parameters to a DataAction to filter a view object.

In the results.jsp page (built against the ViewObject's DataControl) I provide a drill facility that executes the same DataAction (passing different parameters) and pops-up a new window (results.jsp).

In results.jsp I have a 'Download to Excel' button. Obviously if I click this button in the first page I get the results of the second query. How do I preserve the values of the first ViewObject? Is there a way to create a new 'session' for each new browser window?

This is driving me mad!
Thanks,
Chris.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 17 2005
Added on Oct 20 2005
0 comments
99 views