Re: [S2] Passing values from one action to another

2007-07-16 Thread MK Tan
Have you try Chain Result ? On 7/17/07, yitzle <[EMAIL PROTECTED]> wrote: I got two action classes, A and B. A has a bunch of getters and B has corresponding setters. In order to get the value from A into B, does that value need to appear

[S2] Passing values from one action to another

2007-07-16 Thread yitzle
I got two action classes, A and B. A has a bunch of getters and B has corresponding setters. In order to get the value from A into B, does that value need to appear in the JSP? e.g. ? I know I can get it to work by passing the values through the JSP (and calling B from the submit), but can I get t