[Sorry for the late reply. For some reason, my spam filter flagged this message and I am only noticing this today.]

Matt Allen wrote:

Would it be possible to forward a user to a URL instead of a page id in the
WAC? Here is my scenario.

At this point you cannot do this with the Web application controller. But that's definitely a good idea, and in fact we already have a request for enhancement on record for this. So we'll add this feature to OXF at some point.


Right now, you could use a URL attribute to store the task number. For instance changing the URL from "/add_task_42" to "/add_task?step-42". This way, you can do a forward by setting the new "step number" with some XUpdate code that modifies the instance, all in the Web application controller configuration.

Alex

_______________________________________________
oxf-users mailing list
[EMAIL PROTECTED]
http://mail.orbeon.com/mailman/listinfo/oxf-users

Reply via email to