G.L. Grobe wrote:

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


Not sure I can be more clear... what part of it don't you understand?

/Rickard


> 
> ----- Original Message -----
> From: "Rickard" <[EMAIL PROTECTED] 
> <mailto:[EMAIL PROTECTED]>>
> To: "Webwork-User" <[EMAIL PROTECTED] 
> <mailto:[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.
> 



-- 
Rickard Öberg



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

Reply via email to