Hi,
I am running Orbeon Forms 4.0.0.rc1.201302120214 PE with development licence.
I am showing orbeon forms in the Liferay form runner portlet and I need to get the url to show a particular data form instance, that is, not the last one but one with a certain document_id and a certain last_modified_date (the couple is the primary key of the orben table orbeon_form_data).
In the URI that I can see the only passable parameters are application_name, form_name and document_id. Like this URI:
http://localhost:8080/web/guest/<lifery_page_name>?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%2F<application_name>%2F<form_name>%2Fedit%2F<document_id>
Is there the possibility to pass also the last_modified date to the URI so to get not only the last modified version but also previous ones?. They are stored in the DB but how can I retrieve their data and show them in a form runner portlet?