SWF-1387 Upgrade to Dojo 1.5.0 and include dojox

This commit is contained in:
Rossen Stoyanchev
2010-08-25 14:34:58 +00:00
parent 6a23dd5774
commit 53be587189
4 changed files with 43 additions and 5 deletions

View File

@@ -312,7 +312,7 @@ dojo.declare("Spring.RemotingHandler", Spring.AbstractRemotingHandler, {
document.body.appendChild(tempSpan);
tempSpan.innerHTML=response;
var tempContainer = new dojo.NodeList(tempSpan);
var newNodes = tempContainer.query("#ajaxResponse > *").orphan();
var newNodes = tempContainer.query(">").orphan();
tempContainer.orphan();
//Insert the new DOM nodes and update the Form's action URL