• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

problem with window.ShowModelDialog()

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic