ICEFaces + Liferay:我創建了兩個war文件firstApp.war和secondApp.war文件並部署在liferay上。 我想實現,當我點擊firstApp.war應用程序的頁面上的提交按鈕時,firstAppBacking bean應該在public-render-parameter中設置一些值,以便我可以在secondApp.war應用程序中獲取該值,如IPC。請sugeest我如何設置firstAppText valiue。ICEFaces + Liferay:如何設置公共渲染參數的值
<portlet-app ....>
<portlet>
<portlet-name>firstApp</portlet-name>
<display-name>First App</display-name>
<portlet-class>com.icesoft.faces.webapp.http.portlet.MainPortlet</portlet-class>
<init-param>
<name>com.icesoft.faces.VIEW</name>
<value>/jsp/firstApp.iface</value>
</init-param>
....
**<supported-public-render-parameter>firstAppText</supported-public-render-parameter>**
</portlet>
<public-render-parameter>
<identifier>firstAppText</identifier>
<qname xmlns:x="http://www.liferay.com/public-render-parameters">x:firstAppText</qname>
</public-render-parameter>