From 03214c79f3ef4baf696da226848defe8e4197d10 Mon Sep 17 00:00:00 2001 From: Stefaan Dutry Date: Sun, 18 Dec 2016 12:07:48 +0100 Subject: [PATCH] issue89: fixed sj:dialog by adding jquery-ui to the files that need to be required --- .../src/main/resources/template/js/struts2/jquery.ui.struts2.js | 1 + 1 file changed, 1 insertion(+) diff --git a/struts2-jquery-plugin/src/main/resources/template/js/struts2/jquery.ui.struts2.js b/struts2-jquery-plugin/src/main/resources/template/js/struts2/jquery.ui.struts2.js index 806c0a359..b23234edf 100644 --- a/struts2-jquery-plugin/src/main/resources/template/js/struts2/jquery.ui.struts2.js +++ b/struts2-jquery-plugin/src/main/resources/template/js/struts2/jquery.ui.struts2.js @@ -217,6 +217,7 @@ self.log('init dialog with id: ' + o.id); var jsFiles = [ + "js/base/jquery-ui" + self.minSuffix + ".js", "js/base/mouse" + self.minSuffix + ".js", "js/base/position" + self.minSuffix + ".js", "js/base/data" + self.minSuffix + ".js",