Ok, let me try to clarify this, if the result of some action, lets call it "firstAction" contains:
<s:action var="secondAction" ...> <!-- tag content --> <s:/action> while the result of "secondAction" is executed, "secondAction" will be on top of the stack, and it is not available by name in the stack. Inside the tag content, "firstAction" is on top of the stack. Outside the action tag, "firstAction" is on top of the stack, and "secondAction" can be referenced by name. musachy On Thu, Jan 29, 2009 at 5:59 PM, Musachy Barroso <musa...@gmail.com> wrote: > what does <s:property value="top" /> prints in the action result? > > musachy > > On Thu, Jan 29, 2009 at 5:53 PM, Wolfgang Knauf <his-metal...@freenet.de> > wrote: >> Musachy Barroso wrote: >>> >>> Yes, during the result of the invoked action, the invoked action will >>> be on the top of the stack, but it is available "by name" in the >>> stack, only outside the "action" tag. >>> >> >> I cannot confirm the first half of this (see my sample). A action called by >> "s:action" seems to be accessible only be its "var" name, but not by >> standard value stack access. >> >> Shall I file a JIRA for this? I don't want to spam it, but up to now nobody >> could provide me with an explanation which makes me stop complaining ;-) >> >> Wolfgang >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org >> For additional commands, e-mail: user-h...@struts.apache.org >> >> > > > > -- > "Hey you! Would you help me to carry the stone?" Pink Floyd > -- "Hey you! Would you help me to carry the stone?" Pink Floyd --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org