| Michael Connors 2005-06-05, 5:45 pm |
|
The current sequence of events is -
User logs into web application
User clicks on a link that opens the mainframe using HATS (in same window).
The mainframe page displayed is the result of a series of macros.
User navigates to a particular page on the mainframe (call it page XXXX)
User clicks a link that returns them to the web (mainframe session is still
active)
User navigates to a particular page on the web
Then, user decides to re-enter the mainframe. Clicks on the link which
takes them directly to page XXXX. This is the page that the user was last
on. There is something that I think is in the entry servlet that says this
is the page that I was last on and take me there. In other words, HATS will
always take you to the last page that you were on when you left HATS (note
single session).
Is there anyway to override this functionality? I want to be able to
override the functionality that takes the user to the last page that they
accessed. If particular logic is satisfied, when the user clicks the link
to return to mainframe, I need this person to be taken to page AAAA and not
page XXXX. I am unable to do this now as something in the code is making me
go back to the last page accessed.
Thanks,
Mike
|