从 ExtJs 到 Html 的参数传递

发布于 2024-10-06 09:14:47 字数 59 浏览 0 评论 0原文

我试图将从代码中的商店检索到的 Extjs 参数传递给 html 代码。

有什么想法吗?

I am trying to pass an Extjs parameter ,which I retrieved from a store in the code, to html code.

Any ideas?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

妞丶爷亲个 2024-10-13 09:14:47

好的,所以这是结构。

我正在尝试使用 jsp 中的 updater.update 进行 ajax 调用。

该调用转到控制器并返回一个 jsp,其中包含另一个 jsp(使用了 jsp include)

,另一个 jsp 包含的 jsp 需要存储对象上的属性。所以我需要从商店获取它并将其放在 html 端。

现在更清楚了吗?

感谢您的回复

PS:实际上我真正的问题是:jsp(由其他jsp包含)包含脚本,正如我从互联网上的响应中读到的那样,通过ajax调用jsp页面(包含javascript)并尝试渲染它,在 ie7 和 ie 8 上是不可能的(著名的“由于错误 80020101 无法完成操作”错误)。正确吗?

ok.so here is the structure.

I am trying to make an ajax call with updater.update from jsp.

The call goes to controller and returns a jsp which includes another jsp(jsp include is used)

the jsp ,which is included by the other one, needs an attribute which is on a store object. So I need to fetch it from the store and place it on the html side.

Is it more clear now?

Thanks for your replies

PS: Actually my real problem is: the jsp ,which is included by the other jsp, includes scripts and as I have read from the responses on internet, to call a jsp page(which includes javascripts) through ajax and try to render it, is not possible on ie7 and ie 8(the famous "Could not complete the operation due to error 80020101" error ). Is it correct?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文