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]