opening showModal dialog in Struts
In my STRUT application i have a jsp page (abc.jsp) which shows the summary of a category of product.
I am opening a second jsp (xyz.jsp) by window.showModalDialog which shows product details.
In the xyz.jsp if i add something and submit, it is opening up a new window.
But my application requires that after submit, we can get back to the modal window( here xyz.jsp)
How can i do this?
Thanks,
Partha
|