I am building an application using Struts with Tiles and and a generic page is like:
------------------------------------------
TopNav
------------------------------------------
|
|
|
LeftNav | Body
|
|
|...
I have a main window which opens a pop up window.
I was trying to use window.opener to manipulate the parent window and met with some problems. So I did some error checking and put the following code in the popup:
<script>
mywin = window.opener
alert(mywin)
self.close()
</script>
The...
I have a JSP page in which I have:
o One drop down box (Uses SELECT) - Called WorkType
o One Text Field. - Called Description
I also have a JavaBean in which I have instance variables for both WorkType and Description.
Every Time I change the worktype, the page refreshes. The problem I am...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.