Hello Every One,
My aim is to create multiple Liferay portals(not multiple instances) in single Orbeno WAR. I have duplicated portlet.xml, liferay-portlet.xml, liferay-display.xml. Now I'm able to see new portal in the add application. But if I add that portal in the page, it throws
"Cannot load "/apps/SampleFormsPortlet/page-flow.xml" with webapp loader" (SampleFormsPortlet is my new portal). If I add SampleFormsPortlet/page-flow.xml in apps directory and view.xhtml which are in apps/portlet-welcome. I'm getting the Orbeon index(not portal index, web index). For that I removed xmlns="
http://www.w3.org/1999/xhtml" attribute in view.xhtml. Now it shows actually portal index. But hyperlink reference tag are for calculator is
http://localhost:8080/orbeon/xforms-calculator/ instead of
http://localhost:8080/web/guest/2?p_p_id=OrbeonFormsPortlet_WAR_orbeon_INSTANCE_a2MK&p_p_lifecycle=0&p_p_state=normal&p_p_mode=view&p_p_col_id=column-1&p_p_col_count=1&_OrbeonFormsPortlet_WAR_orbeon_INSTANCE_a2MK_oxf.path=%2Fxforms-calculator%2F. What should I do to change the hyperlink reference.
Thanks
Satish