aspose file tools
The moose likes JSP and the fly likes Dialog Box Refresh Problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Dialog Box Refresh Problem" Watch "Dialog Box Refresh Problem" New topic
Author

Dialog Box Refresh Problem

paul king
Greenhorn

Joined: May 23, 2006
Posts: 12
Hi

I have a jsp which opens a modal dialog box using javascript, within that dialog box I have a button which opens a second modal dialog box.
This allows me to type in a message and save it. When I click save, it closes the dialog box, I then need the first dialog box to refresh.
I can't get it to do this.

I have tried window.location.reload(true) on the submit of the second dialog box (using AJAX) and window.location.reload(true) after the showModalDialog bit on the first dialog box but none of these work.

Can anyone help?



Thanks
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56200
    
  13

Moved to the HTML/Javascript forum.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Dialog Box Refresh Problem
 
Similar Threads
CheckBox state
Dialog Box Refresh Problem
Modal Dialog
Multiple Modal Dialog's
Dialog Box Problem