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.

/Rickard

-- 
Rickard Öberg
Author of "Mastering RMI"
Chief Architect, TheServerSide.com
   The Middleware Company - We Build Experts!



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

Reply via email to