I am working on Orbeon forms and i have to use Xpath to retrieve attribute value. My scena开发者_JAVA技巧rio is as mentioned below.
On a multi-language template I use a HTTP service to load a list of countries from a web service. The loading itself is done by an action t开发者_运维百科hat reacts to the Form Load event.
I am working on Orbeon forms and i have a performance related issue as explained below. I have a form where I have five fields initially. On the fifth 开发者_Python百科dropdown field, if I select \"Y
I understand that the layout in Orbeon Forms is grid-based, but even inside a grid of let\'s say 10 rows and 5 columns, If I happen to want to shift the开发者_如何学Python 8th row to the 3rd row using
The seperation between h开发者_运维问答ttp services and actions in Orbeon forms would enable to reuse a http service for several actions. But according to https://github.com/orbeon/orbeon-forms/blob/m
I\'m trying (with no success) to pass the response of a JRuby Rack - Rails application to a filter in order to get it processed. Basically I want to use the Orbeon XForm Engine to enhance the XHTML ou
I am using an XForms\' repeat to build up a table (very similar to http://wiki.orbeon.com/forms/doc/developer-guide/xforms-repeat). Each row should get a delete trigger to remove it. The following cod
On changing a value in a dropdown field, I want to make a field read only. As far my programming knowledge, we set a field read-only while binding the field. I开发者_如何学Pythons there any way to mak
I can\'t figure out how to pass parameters coming from a form to a web service. I suppose i have to use an XPATH expression but i don\'t know how and where.
I have come to know that from IE 5, there is a strange behaviour that when escape character is pressed twice, all the form fields are reset automatically. This is not occuring in Mozilla. So as a reme