Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 RichFaces 3.3.3,我可以使用以下代码:
<h:commandLink action="UPLOAD_PAGE">Upload Document</h:commandLink>
commandLink 会将用户带到请求的页面。但是,此代码在 RichFaces 4.2.1 中不再有效,当我单击它时,它只是停留在当前页面上。它使屏幕闪烁片刻,就好像它在做某事一样。我在日志中看不到任何错误,或者任何东西,这使得调试非常困难。有人有这方面的信息吗?
有没有机会忘记你的导航规则faces-config.xml?以及任何你可以UPLOAD_PAGE用你的页面名称替换的方式,比如action="page2"
faces-config.xml
UPLOAD_PAGE
action="page2"
如果要重定向,请查看此答案
我如何在 JSF 2.0 中重定向
并阅读以下内容:
JSF 2.0 中的隐式导航
在 asp.net 中标记评论系统