如何从JSF-2.2中的超链接加载页面

时间:2014-09-18 09:02:45

标签: jsf-2

我在页面

中有如下所述的超链接
a href="index.xtml?module=trans&action=test">Test  /a>   (using anchor tag)

a href="index.xtml?module=trans&action=test1">Test 1 /a> (using anchor tag)

a href="index.xtml?module=trans&action=test2">Test 2 /a> (using anchor tag)

其中存储test.xhtml ... test2.xhtml文件的文件夹的module = name和action =页面的名称,即test.xhtml ... test2.xhtml。

点击Test..Test2链接浏览器将加载index.xhtml。在index.xhtml中,我想检查模块和操作的值是否为null然后它应该加载相应的页面(即测试链接的trans / test.xhtml onclick,测试1链接的trans / test1.xhtml onclick ...等等)。

任何人都可以帮助我使用JSF 2.2来完成这项任务吗?

0 个答案:

没有答案