p4ddy wrote
Can anybody tell me the life cycle between the client request and server response when the xforms+xhtml page is requested by client.
In other words, client requests for a page (xhtml+XForms) and the server converts that page to html+css+javascript by using orbeon library.
To simplify this a bit, usually your page-flow.xml is hit. Depending on the path of the request, a different XHTML+XForms is being loaded. That file goes through the epilogue which does the XForms processing and runs the theme stylesheet you setup. Finally the output is sent to the browser.
But do you have any particular question about this flow?
Alex