SWF-903 - Server error pages are not getting correctly rendered in a popup with Dojo 1.0.2

This commit is contained in:
Jeremy Grelle
2008-10-03 16:14:31 +00:00
parent c43100ca25
commit a6f25fc48c
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -303,7 +303,7 @@ dojo.declare("Spring.RemotingHandler", Spring.AbstractRemotingHandler, {
dialog.domNode.style.width = "80%";
dialog.domNode.style.height = "80%";
dialog.domNode.style.textAlign = "left";
dialog.setContent(response.responseText);
dialog.setContent(ioArgs.xhr.responseText);
dialog.show();
}