jsf 2 - Insert a liferay portlet into Primeface dialog -


i'm using liferay 6.1, jsf 2 , primeface 4.0. i've 2 different project running on liferay tomcat. want insert portlet of "project 1" primefaces dialog of "project 2".

i tried using ui:insert, takes source path of current project. can give suggestion how proceed in scenario?

thanks in advance.

with ui:insert, can insert html code, not whole portlet! should either:

  1. create common xhtml page visible both portlets. require have both portlets in same plugin project
  2. in dialog, instead of inserting code, can include link page of portal, "project2" portlet placed

Comments