Now that I'm back on this prob, can someone clarify the below solution for
me as I don't understand it.

----- Original Message -----
From: "Rickard" <[EMAIL PROTECTED]>
To: "Webwork-User" <[EMAIL PROTECTED]>
Sent: Friday, March 08, 2002 1:44 AM
Subject: Re: [Webwork-user] URL's


G.L. Grobe wrote:

> Since we're on the topic of tricks ... I have an action that returns a
> view, but the URL still hasn't changed from what it was before the newly
> returned view. The problem is that this page has a meta refresh of 30
> seconds, so everytime the page refreshes, it's not only refreshed
> itself, but it's still execing the URL also.
>
> Anyone know how to handle this?

Can you do a redirect to the view? I.e. set "redirect.action?url=..." as
view. That's what I do when I want to allow users to do refresh in
browser without side-effects.

--

Here's the form action that keeps getting called on my meta-refresh.
<form action="forms.InitFieldForm.action?view=field.done" method="post">

The action returns "done.success" which calls this page ...
forms.InitFieldForm.done.success=overviews.jsp

Yet, the URL doesn't change though my the correct view has been returned, so
my forms.InitFieldForm action keeps getting called.

Any help much appreciated.


_______________________________________________
Webwork-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webwork-user

Reply via email to