如何在应用程序的所有页面中显示从后端检索的值
我使用 JSF 2.0 和 jsp 作为视图而不是 Facelets。 我有一个注册表单,成功后会返回一个注册号,我想将其显示为弹出窗口。而且我想在需要的时间和地点在我的每个页面中显示这个数字。
我怎样才能实现这个目标?
I'm using JSF 2.0 and jsp as views instead of facelets.
I have a registration form, which on success returns a registration number, which i want to display it as a popup. and also i want to display this num in each of my page when and where required.
How can I achieve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将注册号保留在会话中以供进一步使用。弹出窗口可以使用 JavaScript 在您的 jsp 页面中显示。
Keep the registration number in session for further use.popup can displayed using JavaScript in your jsp page.