Orbeon Liferay Integration issues

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Orbeon Liferay Integration issues

spatnaik77
Hi - We are trying to integrate orbeon with liferay. We have our own portal built on top of Liferay. We would like to access the orbeon form builder from liferay for obvious reasons - Our user management (including Access control) is maintained inside Liferay.

1. How to access the form builder ?

2. I followed this link  <a href="http:// http://doc.orbeon.com/form-runner/link-embed/liferay-full-portlet.html">configure  to configure the home page. However i am getting the following error:



Thanks,
Siddharth
Reply | Threaded
Open this post in threaded view
|

Re: Orbeon Liferay Integration issues

Erik Bruchez
Administrator
Siddharth,

> 1. How to access the form builder ?

Embedding of Form Builder within Liferay is currently not supported. I added an RFE for this as it has been requested a few times:

    https://github.com/orbeon/orbeon-forms/issues/2435

> 2. I followed this link  <a href="http:// http://doc.orbeon.com/form-runner/link-embed/liferay-full-portlet.html">configure  to configure the home page. However i am getting the following error:

The instructions were outdated. I just fixed the doc. You need to replace:

    <page path="/" model="apps/home/page-flow.xml"/>

with:

    <page path="/" view="home.xhtml"/>

I hope this helps,

-Erik
Reply | Threaded
Open this post in threaded view
|

Re: Orbeon Liferay Integration issues

spatnaik77
Thanks Eric.


-Siddharth