我有四个WAR文件,它们是应用程序的模块.我如何在页面之间导航?例如,如果我有一个显示用户列表的模块,并且我想在用户的配置文件中单击,那么我如何指出包含用户配置文件JSF页面的模块的地址?
问候
您可以<a>在JSF中使用纯HTML 元素:
<a href="/othermodule/page.xhtml">Go to page in other module</a>
Run Code Online (Sandbox Code Playgroud)
或者如果它在不同的域运行:
<a href="http://otherdomain.com/page.xhtml">Go to page in other domain</a>
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
290 次 |
| 最近记录: |