| Author |
problem with window.ShowModelDialog()
|
jakeer ahmed
Greenhorn
Joined: Jan 17, 2006
Posts: 15
|
|
hi friends , in my jsp i have one list box(userlist) . after selection from this list i am setting one collecton(eg: abcColl) property of my action form from query execution. after that when i am pressing one button , it will open one popup window and shows data in collection (abcColl), which i previously set. after closing popup window, and again selecting other options from my list (userlist) i am setting the abcColl with new values from query. But when i am opening popup window by pressing the button old values r staying as it is. pop up window not showing new values . if i am using window.open() i am getting updated values.it is fine. But my requirement is i have to use window.showModalDialog(), with this i am getting problem. can u show me some solution.
|
 |
 |
|
|
subject: problem with window.ShowModelDialog()
|
|
|