I am using Orbeon form runner to execute some XForms documents. I would like to manage a list of entries to do some time tracking. I am using xforms:repeat to generate a table with my data and xforms:
We deployed our complex Xforms in Tomacat and Web sphere Application server. The performance of the Xform (i.e Form rendering time, control value change time, dynamic control value change) where compa
We have performance issue usingfor controls which gets number in the format of $dollars as input. In-order to over come this performance issue we usedinstead ofand implemented the following calculate
We have a Orbeon Xform which is around 1.5 MB in size. It contains around 450+ controls in it. Hence the performance of the Xform is extremely bad. Kindly recommend few t开发者_运维知识库echniques to
I have n number of records in form data instance. i would like to iterate them and show it in 2 columns using xforms technology.
I have developed an Orbeon Form with 500 controls. It has got many interdependent controls which leads to bunch of conditions in binding for required, readonly, calculate etc etc..
I have a database with an xml document in it, and I want to display a transformed xml on my xforms page, when the submission is sent (I\'m using orbeon forms).
I would like to submit my xform when i click on the browser close button also. To achieve that i have written body unload function which is called when the browser is closed开发者_JAVA百科.
im using orbeon\'s xforms engine in separate war mode. The XForms is displayed correctly, but when i\'m trying to send a http post, it throws an error.
I followed the instructions on http://wiki.orbeon.com/forms/doc/developer-guide/xforms-w开发者_如何学运维ith-java-applications (copied the JAR, configured my web.xml, setup cross context mode in tomca