Hi Jeff,
Replacing just part of the page as a result of an xf:submission replace="all" isn't currently supported. Instead of telling the browser to do a form POST, we would need to do an Ajax request that returns the HTML and do the replacement in JavaScript (.innerHTML = …). This sounds simple, and at some point we had made some efforts towards that, but doing this creates all kind of little issues related to JavaScript initialization that need to be resolved. For now, I created a higher level RFE, since this is something we'd like to support:
https://github.com/orbeon/orbeon-forms/issues/1577For now, can you think of a way to avoid doing a submission replace="all"?
Alex
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet