Javawebparts Ajaxparts:以单一形式多次使用相同的轴事件
我正在使用 Javawebparts Ajaxparts,并且想在表单中多次使用一个轴事件。
问题是 std:InnerHTML responseHandler 在 axis-config.xml 中获取其目标 html 标签 id,因此当唯一应该更改的是目标标签 id 时,似乎不可能重用该定义。
有没有办法在使用它的页面上设置responseHandler参数(在asix:event标签或其他东西中)?
I'm using Javawebparts Ajaxparts and would like to use one axis event multiple times in a form.
Problem is that std:InnerHTML responseHandler takes its target html tag id in axis-config.xml so it seems impossible to reuse the definition when only thing that should change is the target tag id.
Is there a way to set responseHandler parameters on the the page where it is used (in asix:event tag or someting)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过构建几个拼凑的解决方案来解决 Ajaxparts 的许多限制是可能的。可能有一种更好的 ajax 框架可以用来代替 JavaWebparts。
It's possible by constructing several kludge solutions to work around the many many limitations of Ajaxparts. There probably is a much better ajax framework one could be using instead of JavaWebparts.