什么时候应该使用h:outputLink而不是h:CommandLink?
我什么时候应该使用<h:outputLink>而不是<h:commandLink>?
<h:outputLink>
<h:commandLink>
我知道commandLink生成HTTP POST;我猜outputLink将生成HTTP GET。也就是说,大部分JSF教程材料我读过commandLink(几乎?)完全是。
commandLink
outputLink
上下文:我正在实现一个很小的演示项目,它显示到用户页面的标题链接,就像Stack溢出的.
.我不确定commandLink(也许使用?faces-redirect=true(以书签方式)或outputLink是正确的选择。
?faces-redirect=true
九州编程
相关分类