我需要创建一个包含两个portlet的页面。第一个需要在点击时更改第二个iframe portlet的url源。但是,要求是不应重新加载页面。
是否可以实施?如果是,那怎么办?
我从iframe documentation读到该页面可以更改,但它需要重新加载页面。
答案 0 :(得分:2)
就个人而言,我更喜欢用Ajax方式而不是iframe,在JSR 268中可以实现Inter portlet通信。有关详细信息,请访问此链接。
http://www.liferay.com/community/wiki/-/wiki/Main/Inter-portlet+communication