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 from the interceptor to the action it redirects to in order to do some special job. But I don't know how to do this. I was thinking of the ValueStack, but I can't make it work : I can set values on it, but sadly I never find these values in my next action... Please, could someone help me on this?
Thanks in advance. Sebastien