【发布时间】:2013-06-25 08:21:05
【问题描述】:
您好,我有一个类似的代码:
<p:commandLink value="#{user.strUserid}" action="test.xhtml?faces-redirect=true"/>
如何将参数传递给 test.xhtml 以获取所述页面中的值?
我尝试使用<f:param> 标签。但是可以在test.xhtml 页面中获取值。
请提出建议。
【问题讨论】:
-
你能补充更多细节吗?
-
But can get the value in the test.xhtml page...这是什么意思?
标签: jsf primefaces