You can, if you grab the ValueStck and traverse up it till you get to your previous action.
Igor Vlasov wrote: > > > > I have action "one" and it calls action "two" throw: > <result name="success" type="chain" >two</result> > > > I can use ChainingInterceptor to copy properties of "one" action to "two" > action. > > I get behaviour : one.param->two.param. > But the property "param" must be in javaBeans specification(have setter > and getter method for each property). > > Can i MANUALLY get object for "one" action or exact "one.property" from > :"execute()" method of action "two"? > > > -- View this message in context: http://www.nabble.com/-S2--Manually-obtain-previous-action-parameters-after-action-%22chaining%22--tf4601173.html#a13137301 Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

