Is it possible for the result of an action to point to anything but another page?
Hi Peter,
The result of an action cannot be another action, at this point. This is an idea that we explored and we decided not to include this in the OXF 2.0 to keep things simple, and because it was not strictly necessary. The Web application controller "decision process" has 3 steps: page, action and result, as detailed below. With just those simple 3 steps, you can describe the workflow of the application in the Web application controller configuration.
1) Decide which page to execute, depending on the URI
2) Decide which action, depending on the user input and optionally execute an "action pipeline"
3) Decide where to go (stay on the current page, or go to an other page referenced by id), depending on the result of the action
Alex
_______________________________________________ oxf-users mailing list [EMAIL PROTECTED] http://mail.orbeon.com/mailman/listinfo/oxf-users
