Re: [S2] forwarding values from Interceptor to Action

2007-02-10 Thread Sébastien LABEY
Hi Dave I finally found quite the same solution (but without the interface control) , and it works great. Thank you for your answer. Sebastien On 2/9/07, Dave Newton <[EMAIL PROTECTED]> wrote: --- Sébastien LABEY <[EMAIL PROTECTED]> wrote: > I would like to forward some values from the interce

Re: [S2] forwarding values from Interceptor to Action

2007-02-09 Thread Dave Newton
--- Sébastien LABEY <[EMAIL PROTECTED]> wrote: > I would like to forward some values from the interceptor > to the action it redirects to [...] Well, you could put something in session/request etc. if the Action implemented the proper interface, or, perhaps a better idea, create a new interface th

[S2] forwarding values from Interceptor to Action

2007-02-09 Thread Sébastien LABEY
Hi all, I've already asked for this problem, but I did not have any answer, I think my explanation was not very clear... I have an interceptor that makes some controls and in the case these controls are not OK, the interceptor redirects to a special action. I would like to forward some values fro