Do you mean where I currently have the following in my properties file ...
forms.InitFieldForm.done.success=overviews.jsp

that I should use ...
forms.InitFieldForm.done.success=redirect.action?url=overviews.jsp

I just don't see how, no matter what action I call, that by returning a view
or even reading the url param and returning that, that it's going to change
the URL. All I've been able to do is get my actions to return the proper
views, but not change the url.

-----Original Message-----
From: Rickard [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, April 02, 2002 6:34 AM
To: G.L. Grobe
Cc: Webwork-User
Subject: Re: [Webwork-user] URL's


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

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

Reply via email to