Hi,
I am using
struts in my application. I am facing some problem for showing some results in different window.
I am setting some attributes in session and openning a screen through showModalDialog.
My code is :window.showModalDialog("/Booking.do?btnType=abc",arr,'dialogWidth:662px;, dialogHeight:180px; help:no;scroll:no; status:no; center:yes; resizable:no; unadorned:yes;');
Its opens the appropriate screen with some .jsp extension.
But problem is that when i submit one action through this screen it opens another same .jsp page with new values what i have entered.
I want the result will be viewed in same window ,not in different window.
How do i specify a target and where i have to use it.