Guys;

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

A process of mine has n "pages", I want the users to be passed to pages like
task_add_n, so when task_add_1 is complete it goes to task_add_2 (the 1 and
2 are in the instance and can be gotten easily enough), this is what my WAC
may look like:

        <page 
                id="task_add"
                path-info="/task_add_(.*)" 
                matcher="oxf/processor/perl5-matcher" 
                model="/task_add/model.xpl"
                xforms="/task_add/xforms.xml"
                view="/task_add/view.xsl"
                >
                <param ref="/form/step"/>
        </page>

If im sent to the pageid for "task_add", say from a login redirect, it
actually puts task_add_(*) into the URI in the browser. I'd like to redirect
them to a task_add_1 URI rather than page id.

Am I doing things completely wrong?

Matt

Matt Allen
Client Services Director - 0413 777 771
River Dynamics
Winner, Innovation In Claims Management 
            - 2003 Australasian Claims Expo  


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

Reply via email to