Hi experts,
I have an issue here. In my BSP which uses MVC has two views and correspoding controllers. I have a button in the first view, when i click on the button I would like to call the second view in a separate window but with the same session id. I could get the URL for the second view with the same session as the first one, and called the second view using navigation->goto_page. The second page overwrites the first page..which I don't want.
Is it possible to open up a second view in a seperate window using server side eventing?
-Suresh