问题标签 [struts2-jquery]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
jquery - 如何将 s:url 链接到外部 URL?
我们正在尝试使用 Struts2-jQuery 和 Struts2 标签将 HREF 目标加载到 Div 标签。下面是代码。
只要 s:url 值是内部 URL,它就可以正常工作,但是如果我将其更改为外部 URL,例如 www.google.com,则单击链接时不会发生任何事情。
如果 URL 是外部 URL,我们需要做些什么不同的事情吗?即当前应用程序之外的 URL
jquery - jQuery 网格字符集
我目前正在使用 jQuery Grid 来显示用西班牙语编写的数据,数据完美地显示为带有重音符号 (´) 但是每当我尝试使用重音符号搜索数据时,服务器都会得到一个格式错误的字符串,例如 ∫√ 而不是带有重音符号的字母。
我也确信这是一个 jQuery Grid 问题,因为我能够发送带有重音的数据,并在同一页面中提交表单。
我还在标题中添加了内容类型,如下所示:
这是我与 struts2 插件一起使用的 jQuery 网格的代码。
请我想知道如何使用搜索按钮和西班牙口音,非常感谢您的帮助。
java - 单击时如何更改链接颜色(Struts2 jquery 链接)?
我在我的应用程序中使用 struts2-jquery-plugin-3.2.1。我正在使用链接,现在我想更改所选链接的颜色。请分享您的想法。先感谢您。
jquery - struts2中的JQuery Grid - 初学者
我是 struts2 和 JQuery 编程的新手。我是我的应用程序,当调用 loginAction 并且用户是管理员时,我将他们定向到 AdminLoadAction。此操作加载 adminHome.jsp。我需要的是 adminHome.jsp 使用 JQueryGrid 来显示系统中的所有客户。现在我的 AdminLoadAction 返回成功(我使用 jdbc 连接到数据库,所以我查询我的数据库并获取系统中所有客户的列表,这工作正常)。
我一直在尝试逐步找到好的教程,但还没有找到。有人可以知道我需要做些什么改变才能实现这一目标。到目前为止,我已经下载并添加了 struts2-jquery 插件、struts2-jquery-grid 插件和 struts2-json 插件到我的项目中。
谢谢!
jquery - Struts2 结果类型 http 标头 500 不会触发 sj:autocompleter 中的 onErrorTopics
我们有一个使用 Struts2-jQuery 框架进行 Ajax 操作的 Struts2 应用程序。在 Struts2-jQuery 中使用 Autocompleter (sj:autocompleter) 标签时,它会向 Struts2 Action jsonlanguages 发出 ajax 请求。
我们为此操作定义了一个结果类型 ERROR,如下所示,以触发内部服务器错误,而不是作为成功的 ajax 请求完成。
问题:现在这种方法会触发"onErrorTopics"
所有其他 Struts2-jQuery 标记(如sj:select
..etc),但它似乎不会在sj:autocompleter
. 有人遇到过这个问题吗?如果是这样,处理来自自动完成器的 ajax 请求期间发生的异常的最佳方法是什么?
struts2 - Struts 2 jquery 网格组件,带有 jquery 网格列类型列表,其中包含对象列表
我遇到的问题是我试图拥有一个多选数据网格列,该列将具有一个列表对象(productsEntitled)。
当用户单击记录上的编辑时,我提供了一个 buildSelect 自定义函数来填充我的编辑对话框,从而使产品正确显示。
当我的网格上有带有多选的列时<sjg:gridColumn name="productsEntitledListModel
,保存功能不起作用并且不保存。我在浏览器控制台和 java 控制台上都没有看到任何错误。
任何帮助将不胜感激,因为我无法找出问题所在,我反编译了整个展示案例 jar,没有任何帮助解决这个问题。
我的模型如下所示:
这是我在 jsp 页面上的网格:
这些是我的动作类:
显示网格:
编辑网格的类:
jquery - 使用 Struts2-JQuery 的选项卡式面板
在我的jsp中使用jquery创建tabbedpanel,错误如下
我的代码是:
错误:
有问题的指令:
程序员的 Java 回溯:
jquery - Struts 2 JQuery TreeTag 更改 JSP 中的所有 CSS
我正在尝试使用com.jgeppert.struts2.jquery 的树插件将树标签功能添加到我的 JSP 中。
问题是,当我添加标签时,页面其余部分的所有 css 样式都会更改为插件自己的 css。
关于如何解决这个问题的任何想法?
我只是尝试将此 div 添加到我的页面,但它会影响 JSP 中的所有内容:
struts2 - Struts2-jQuery TreeTag 显示 FreeMarker 错误,没有树可见
我目前正在尝试运行 struts2-jquery treeTag 的基本示例。
我已将其放在 JSP 中:
Java 操作执行此操作:
通过激活 struts 中的调试选项,我看到了theNodes
所有的树。
问题是我在谈论诸如 template/jquery/treenode-include.ftl 或 template/jquery/tree.ftl 之类的 ftl 文件时遇到黄屏 FreeMarker-template 错误。
这是我第一次使用 jquery-treeTag 插件,在官方文档中我没有找到任何合适的示例(我宁愿不使用 JSON 也不使用 Convention 插件)。
如果我更改rootNode="theNodes"
为任何其他值,例如rootNode="XXX"
我没有例外,但没有显示任何内容。
我很确定我<sjt:tree>
错误地使用了标签,但我找不到任何对新手有用的文档。
先感谢您
更新 1:
这是 FreeMarker 错误:
ajax - AJAX Call Not Working with Struts2 Spring Plugin
I have a project with Struts2 + Struts2 JQUery + JQ Grid + Struts2
JSON Tags. The project works perfectly and i am able to do most of the JQuery features with AJAX from tabbed panel to Grid. I have multiple struts config file and they are all called from sj: a
tags.
But the problem starts when I add the Spring Plugin
.
- The Submit returns
null
values to the Action Class. - I have a Tabbed Panel which is created from 'struts-jquery-tags' and on
onload
calls the action class. If I use Auto wired on the Constructor in the action class only that is getting called and the action method is not getting called at all. As a result the jsp is not getting rendered.
If I remove the Spring plugin, everything works just fine. I am trying hard to overcome this issue but I have no success.
I have Struts 2.3.3
/ Spring 3.0.5
/ aspectweaver
/ Struts2Jquery 3.3.3
jars.
Can someone advice ? I have followed jgeppert
examples in showcase app.