We have an action that calls a pipeline that returns an XML document that describes validation results. This document may contain elements that indicate an error has occurred. The result element in the controller is able to test whether an error occurred by evaluating this document. However, the model (and thus the view) do not have access to this document. Is there any way for the result element to pass this to the model? We were thinking of storing this document in the session, but that seems very kludgy.
- Justin Makeig and Calvin Smith -- Center for Document Engineering University of California, Berkeley _______________________________________________ oxf-users mailing list [EMAIL PROTECTED] http://mail.orbeon.com/mailman/listinfo/oxf-users
