The default jsp/freemarker/velocity/tiles results do send the response
directly.  The redirect & redirect-action results do exactly as you'd
expect and redirect the browser to retrieve the response.
  (*Chris*)

On Wed, Sep 26, 2012 at 9:30 AM, Fredrik Lindberg <[email protected]>wrote:

> Hi!
>
> I am looking for if there is any alternative to the redirect-action
> result type where it does not generate a browser redirect? The issue
> with the browser redirect is that it results in a longer response
> times for the users and also means the server is put under higher load
> when it has to handle two requests in rapid succession (noticeable
> under high load). Also why not send what the client wants right away?
>
> I have read about request chaining and using the ChainingInterceptor,
> but this is fundamentally wrong in the sense that all request
> parameters that the first action was fed also are passed on to the
> next action. What I want is having control over what properties are
> passed on to the next action in the same way as for the redirects, but
> without the overhead. Can anyone help? =)
>
> / Fredrik Lindberg (2012-09-26).
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

Reply via email to