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.
liferay 7.1:我有两个页面 p1 和 p2,在 p1 上我有一个 portlet A,其中列出了一些博客标题,单击它后,我想重定向到 page2,其中包含一个 portlet,它将显示博客的详细信息。
只需将 href 设置为第二页的名称。
如果您使用的是 aui:
<aui:a href="yourSecondPageName">
如果不:
<a href="yourSecondPageName">
<a href="http://localhost:8080/web/configuration/show-account">redirect</a>"
重定向到放置 portlet 的页面。