Have you try Chain Result<http://struts.apache.org/2.0.8/docs/chain-result.html> ?
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 in the JSP? e.g. <s:hidden name="variable1" />? 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 the values from A's getters to B's setters without placing them on the JSP? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

