Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Page redirection after XForms action
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  11 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
hicham.jellab@gmail.com  
View profile  
 More options May 5 2008, 5:45 pm
From: "hicham.jel...@gmail.com" <hicham.jel...@gmail.com>
Date: Mon, 5 May 2008 14:45:46 -0700 (PDT)
Local: Mon, May 5 2008 5:45 pm
Subject: Page redirection after XForms action
Hello,

I would like to redirect the user to an external page once he/she
submits an XForm in the UI-FW. Where should I give this parameter ?

Thank you


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nicolas Modrzyk  
View profile  
 More options May 5 2008, 6:01 pm
From: "Nicolas Modrzyk" <hellon...@gmail.com>
Date: Mon, 5 May 2008 15:01:28 -0700
Local: Mon, May 5 2008 6:01 pm
Subject: Re: Page redirection after XForms action
Hi,
Welcome to tempo :)

How would you want this rediection to work ?
Do you want to always redirect to the same page ? or depending on the
submit action ?

Niko

On 5/5/08, hicham.jel...@gmail.com <hicham.jel...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
hicham.jellab@gmail.com  
View profile  
 More options May 5 2008, 6:52 pm
From: "hicham.jel...@gmail.com" <hicham.jel...@gmail.com>
Date: Mon, 5 May 2008 15:52:56 -0700 (PDT)
Local: Mon, May 5 2008 6:52 pm
Subject: Re: Page redirection after XForms action
Thanks. There maybe different cases. But let's say for now, I want to
redirect to the same page, a big "Thank You".

On May 5, 6:01 pm, "Nicolas Modrzyk" <hellon...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
hicham.jellab@gmail.com  
View profile  
 More options May 5 2008, 6:55 pm
From: "hicham.jel...@gmail.com" <hicham.jel...@gmail.com>
Date: Mon, 5 May 2008 15:55:41 -0700 (PDT)
Local: Mon, May 5 2008 6:55 pm
Subject: Re: Page redirection after XForms action
I forgot to mention that I would like to have the XForm open in a new
window, not in the lower frame of the UI-FW....My purpose is I don't
want the user to come back to the UI-FW...

On May 5, 6:52 pm, "hicham.jel...@gmail.com" <hicham.jel...@gmail.com>
wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nicolas Modrzyk  
View profile  
 More options May 5 2008, 7:44 pm
From: "Nicolas Modrzyk" <hellon...@gmail.com>
Date: Mon, 5 May 2008 16:44:16 -0700
Local: Mon, May 5 2008 7:44 pm
Subject: Re: Page redirection after XForms action
we have quite a few actions possible as submit. (start process, claim,
revoke, complete, and dismiss in notification) ...
Do I understand you want to redirect the user to the same page,
whatever the action has been clicked on?

Niko

On 5/5/08, hicham.jel...@gmail.com <hicham.jel...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
hicham.jellab@gmail.com  
View profile  
 More options May 5 2008, 8:19 pm
From: "hicham.jel...@gmail.com" <hicham.jel...@gmail.com>
Date: Mon, 5 May 2008 17:19:12 -0700 (PDT)
Local: Mon, May 5 2008 8:19 pm
Subject: Re: Page redirection after XForms action
Let's say on Complete only. Do I have to work on the OPS pipelines ?

On May 5, 7:44 pm, "Nicolas Modrzyk" <hellon...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Nicolas Modrzyk  
View profile  
 More options May 5 2008, 8:53 pm
From: "Nicolas Modrzyk" <hellon...@gmail.com>
Date: Mon, 5 May 2008 17:53:09 -0700
Local: Mon, May 5 2008 8:53 pm
Subject: Re: Page redirection after XForms action
in the exploded xforms-manager webapp, there ia file called act.xpl.

The original source code would be there:
http://tempo.intalio.org/tempo/trunk/xforms-manager/src/main/webapp/W...

and the lines you would want:
                                    <!-- Display after submit done,
waiting for reply -->
                                    <xforms:case id="refresh-all">
                                    <xsl:if
test="doc('input:xpl-input')/task/reloadTaskList">
                                        <xhtml:html>
                                            <xhtml:body
onLoad="window.open('../../ui-fw/tasks.htm', '_parent')">
                                                <xhtml:center>Wait for
refresh please...</xhtml:center>
                                                <xhtml:center>
                                                    <xhtml:img
src="/images/loading.gif" alt="..."/>
                                                </xhtml:center>
                                            </xhtml:body>
                                        </xhtml:html>
                                     </xsl:if>
                                    </xforms:case>

Would that suits your needs?

Niko

On 5/5/08, hicham.jel...@gmail.com <hicham.jel...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Oleg Zenzin  
View profile  
 More options May 5 2008, 9:22 pm
From: "Oleg Zenzin" <oleg....@gmail.com>
Date: Mon, 5 May 2008 21:22:43 -0400
Local: Mon, May 5 2008 9:22 pm
Subject: Re: Page redirection after XForms action

It looks for me as some sort of Chained execution, I'm not sure but it might
be interesting to look into "nextTaskURL" use in complete-action.xpl.

Oleg

On 5/5/08, Nicolas Modrzyk <hellon...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
hicham.jellab@gmail.com  
View profile  
 More options May 6 2008, 8:03 am
From: "hicham.jel...@gmail.com" <hicham.jel...@gmail.com>
Date: Tue, 6 May 2008 05:03:57 -0700 (PDT)
Local: Tues, May 6 2008 8:03 am
Subject: Re: Page redirection after XForms action
Thanks, it works !
I can then specify the redirection page.

On May 5, 8:53 pm, "Nicolas Modrzyk" <hellon...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
hicham.jellab@gmail.com  
View profile  
 More options May 6 2008, 8:06 am
From: "hicham.jel...@gmail.com" <hicham.jel...@gmail.com>
Date: Tue, 6 May 2008 05:06:32 -0700 (PDT)
Local: Tues, May 6 2008 8:06 am
Subject: Re: Page redirection after XForms action
I take this suggestion (chained execution) as a better approach since
it will let me adapt the page redirections depending on the workflow
step I'm in.
I beleive working on the *.xpl is interesting in simple cases, but
might reduce the possibilities.
On May 5, 9:22 pm, "Oleg Zenzin" <oleg....@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Oleg Zenzin  
View profile  
 More options May 6 2008, 1:48 pm
From: "Oleg Zenzin" <oleg....@gmail.com>
Date: Tue, 6 May 2008 13:48:48 -0400
Local: Tues, May 6 2008 1:48 pm
Subject: Re: Page redirection after XForms action

After re-reading the thread and based on your refined reqs it looks that
Nico's solution should give you what you asked for, just change that onLoad
script.
Down the road (redirect differently, depending on the process) you might be
interested to use Chained Execution as well.

Oleg

On 5/6/08, hicham.jel...@gmail.com <hicham.jel...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google