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

Popular posts from this blog

windows - Single EXE to Install Python Standalone Executable for Easy Distribution -

c# - Access objects in UserControl from MainWindow in WPF -

javascript - How to name a jQuery function to make a browser's back button work? -