Hi
I need to modify a certain
JSP page to include a Pop Up window. I am using
Struts and Tiles.
Currently the page is something like this.
Label1:Value Label2:Value Label3:Value
and so on.
What I need to do is include a link as below:
Label1:Value Label2:Value Label3:Value Link:
On clicking "Link", a new pop up is required to be shown. The contents of the Pop Up should be the the existing labels, plus some additional labels.
I am not too sure as to how to go about it. Any suggestions.
Thanks,
Praneet