制作返回"链接的最佳方式是什么,以便应用程序在导航后保持一致.
What is the best way to make "Back" links, so that the application stays consistent after navigation.
onclick="history.go(-1)"
.这非常有害吗?<f:setPropertyActionListener>
设置导航案例来做到这一点.onclick="history.go(-1)"
. Is this very harmful?<f:setPropertyActionListener>
.任何帮助将不胜感激!分享你的意见!丹尼尔
Any help would be appreciated! Share your thoughts! Daniel
我正在使用:
<redirect/>
用于每个导航规则<redirect />
for each navigation rule这确保在按下返回"按钮或 history.go(-1)
时:
This ensures that on pressing the "back" button or history.go(-1)
:
附:反向链接"有不同的含义
这篇关于“Back"的最佳实践JSF 中的导航链接的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!