Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/performance/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Performance Struts2 dojo问题-自动完成_Performance_Autocomplete_Dojo_Struts2 - Fatal编程技术网

Performance Struts2 dojo问题-自动完成

Performance Struts2 dojo问题-自动完成,performance,autocomplete,dojo,struts2,Performance,Autocomplete,Dojo,Struts2,为了实现struts2的性能改进, 我已经按照下面链接中的步骤进行了操作 并创建自定义dojo文件 在将这些文件放入project everything之后,我可以在firebug中看到捆绑的dojo.js文件 问题是struts2自动完成组合框未打开 更新:源代码struts2-core-2.0.11没有出现此问题,只有在我们使用struts2-core-2.0.14源代码构建时才会出现此问题能否提供更多详细信息?firebug中的“网络”选项卡中发生了什么?是否使用AJAX获取组合框列表?

为了实现struts2的性能改进, 我已经按照下面链接中的步骤进行了操作

并创建自定义dojo文件

在将这些文件放入project everything之后,我可以在firebug中看到捆绑的dojo.js文件

问题是struts2自动完成组合框未打开


更新:源代码struts2-core-2.0.11没有出现此问题,只有在我们使用struts2-core-2.0.14源代码构建时才会出现此问题

能否提供更多详细信息?firebug中的“网络”选项卡中发生了什么?是否使用AJAX获取组合框列表?还是硬编码?您可以粘贴与组合框创建和填充相关的代码(html和JS)吗?firebug控制台中是否存在JS错误?我在jsp中有以下代码,并使用ajax(struts2 s:div)包含此jsp,firebug控制台中没有错误,firefox错误控制台中也没有错误源struts2-core-2.0.11此问题仅在我们使用struts2-core-2.0.14源代码构建时才会出现