Hello,
I have been experimenting with absolute navigation in portal. I have created two web dynpro applications, created iViews, put them to some roles on portal etc. Then I added a redirection from application 1 to application 2 and in the process I pass some parameters. This works fine.
My problem is that if I open application 1 again and do another redirection the application 2 is already started, that is the HANDLE DEFAULT event of the main window does not occour and it displays the view just as it was after I did the first redirection.
Is there a way to force reinit of the application for each request?