getting form runner portlet instance number

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

getting form runner portlet instance number

r.pecori
Hi,

I am running Orbeon Forms 4.0.0.rc1.201302120214 PE with development licence.

I am using Form Runner portlet in Liferay and trying to retrieve form runner portlet instance somehow.

The value I am searching is X4pBQCOIkVDy in the following URI:

http://localhost:8080/web/guest/orbeon1?p_p_id=orbeonformsportlet_WAR_orbeon_INSTANCE_X4pBQCOIkVDy&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_X4pBQCOIkVDy_orbeon.path=%2Ffr%2Fprova%2FPROVAfilling_machine_no_select%2Fedit%2F810c5c9c604de30a7b38a5c9f9c887ee830039ce.

Can anyone help?

thank you
Reply | Threaded
Open this post in threaded view
|

Re: getting form runner portlet instance number

Erik Bruchez
Administrator
That is probably part of, or identical to, the portlet namespace. This is available from Java via the PortletResponse.getNamespace() method. Now the question is how to access this properly from XForms.

Let us know if this is still a current issue and we can look into a solution.

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

Re: getting form runner portlet instance number

r.pecori
I would need to retrieve it from an hidden field in orbeon form not from java, so through xform it will be helpful.