hi all,

when I use the <s:action ...> tag inside a jsp with executeResult="true", so I can access the properties of that action with the <s:property ...> tag inside the result.

but is there a way to to access the same property without forwarding to a result, say doing it inline like this:

// jsp code
<s:action name="myAction" executeResult="false">
<s:property value="somePropertyOfMyAction"/>
</s:action>

I assume that when executeResult="false" the action is not put onto the stack... I know I can put it manually onto the value stack like the docs say, but this currently confuses me... is there a better way or maybe one has a clear explanation?

thanks,
markus





---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to