How to preserve ViewObject result when running 2nd query in new window?
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.