Re: RE Sending value stack from Action A to Action B

2007-08-23 Thread wild_oscar
I believe you are right. It does work when using Chaining. I believe I had a bug in the final jsp page, it now works correctly. Thank you Laszlo Borsos wrote: I haven't tried it yet, but the Chaining Interceptor is also meant for this purpose. [EMAIL PROTECTED] wrote: 1) How can

RE Sending value stack from Action A to Action B

2007-08-22 Thread MLENEVEUT
1) How can values in the value stack be sent among actions, so that they are available in the final web page? Put your values in HttpSession wild_oscar [EMAIL PROTECTED] 22/08/2007 16:48 Veuillez répondre à Struts Users Mailing List user@struts.apache.org A user@struts.apache.org cc

Re: RE Sending value stack from Action A to Action B

2007-08-22 Thread Laszlo Borsos
I haven't tried it yet, but the Chaining Interceptor is also meant for this purpose. [EMAIL PROTECTED] wrote: 1) How can values in the value stack be sent among actions, so that they are available in the final web page? Put your values in HttpSession wild_oscar [EMAIL