Login  Register

How works the interaction between dynamic components and the server?

Posted by echofloripa on May 05, 2011; 8:46pm
URL: https://discuss.orbeon.com/How-works-the-interaction-between-dynamic-components-and-the-server-tp3499455.html

Hi, I'm evaluating using Orbeon to create and render forms for a JSF/Richfaces app

I considering using orbeon render the forms inside an iframe on our pages. I have a few questions regarding the further integration:

- How can I get a textbox to autocomplete? Does orbeon front-end calls a xml based http service at my server?
- The buttons for submit/cancel should stay at the main webpage. How can I get this external button to actually submit my orbeon form? Has anyone ever done this?