如何使用struts2创建向导屏幕布局?

发布于 2024-07-16 07:47:10 字数 53 浏览 5 评论 0原文

我想为我的项目构建一个向导屏幕。 为此,我使用 struts2 框架。 谁能帮我....

I want to build a wizard screens for my project. For that i am using struts2 framework. Can anyone help me....

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

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

发布评论

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

评论(2

鸵鸟症 2024-07-23 07:47:11

您将需要实现 ScopeInterceptor 创建类似向导的界面。 另一种方法是实现自定义对话范围。 关于这方面的精彩教程可以在此处找到。

You will want to implement the ScopeInterceptor to create wizard like interfaces. An alternative is to implement custom conversational scope. A great tutorial on this can be found here.

絕版丫頭 2024-07-23 07:47:11

我的建议是……不要。 至少不是直接的。 使用 Spring Webflow。 它在向导和会话状态风格流程方面表现出色。 注意:Spring Webflow 可以在其他 Web 框架之上使用,尤其是 Spring MVC 和 JSF。 有一个 Struts 2 Webflow 插件

如果您不打算使用 Webflow,那么它与编写普通控制器/操作/视图/表单没有太大区别,只是逻辑可能会变得非常乏味。

My suggestion is... don't. At least not directly. Use Spring Webflow. It is vastly superior at wizard and conversational state style processes. Note: Spring Webflow can be used on top of other Web frameworks, most notably Spring MVC and JSF. There is a Struts 2 Webflow plug-in.

If you're not going to use Webflow, it's not really much different to coding normal controllers/actions/views/forms, except the logic can get really tedious.

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