> Lets say that we wanted to do "sophisticated clustering", so we use the
> ONE_PASS_RENDER option. However, we still want to avoid the double-submit
> problem. Is it possible? Is there a way the application can prevent it from
> happening in this case?

Sure. Use custom solutions, like the one Igor suggested.

> Or is the only way to prevent the double-submit problem to use the
> REDIRECT_TO_RENDER or REDIRECT_TO_BUFFER options (and therefore require
> sticky load balancing)?

No, you can do whatever you like. Note that redirect-to-render should
work in a clustered environment as well, but would increase the load
quite a bit. The main reason for it's existence is to support
portlets. At least, that's how it got introduced.

Eelco

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to