JSF2 - 导航到父文件夹中的.xhtml文件

时间:2016-04-01 17:38:24

标签: jsf netbeans xhtml

在我的JSF Web应用程序的开头,我被NetBeans引导到index.xhtml。

从这里,我使用以下代码成功导航到子文件夹中的.xhtml文件:

<h:commandButton value="Go to Question 1" action="QuestionPages/question_1"/>

在这个.xhtml文件中,我想要包含一个&#34;主页&#34;按钮导航回原始的index.xhtml文件。

为此,我尝试了以下代码:

<h:commandButton value="Homepage" action="../index" />

这不起作用。我也尝试了其他几种变体而没有成功。

以下是错误消息:

enter image description here

为了清楚起见,我附加了NetBeans中显示的文件系统映像。

enter image description here

非常感谢解决方案!

0 个答案:

没有答案