Struts2从jsp设置对象

发布于 2024-09-17 07:34:17 字数 81 浏览 2 评论 0原文

我已查询数据库并在 Action 类中设置该对象,并将其设置回 jsp 以显示结果。现在我想要将相同的对象放入另一个或相同的操作类中。我该怎么做呢。

I have queried DB and set that object in Action class and set that back to jsp to display results. Now I want the same object into another or same action class. How do I do that.

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

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

发布评论

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

评论(1

夏末的微笑 2024-09-24 07:34:17

我也遇到了同样的问题并按以下方式实现。看看是否有用。

您必须使用转换技术来指定要在列表中存储什么类型的对象。然后我把它设置在jsp的隐藏字段中。然后我就可以在动作课上检索它。

http://struts.apache.org/2.0.14/docs/类型转换.html

I haev also faced same issue and implemeted in the following manner. find if it is useful.

You have use conversion technique to speficy what type of Object are you going to store in the list. Then i have set it in hidden feild in jsp. then i am able to retrive it in action class.

http://struts.apache.org/2.0.14/docs/type-conversion.html

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