You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by John Smith <de...@gmail.com> on 2008/06/23 18:32:33 UTC

Setting Dynamic Session Param in struts.xml

Hello,

Is it possible to do something like the below in struts.xml to access
session object that have previously been set?

        <action name="querySomething"
            class="QueryAction">
            <param name="parse">true</param>
            <param name="myId">${myId}</param>
            <result>output.jsp</result>
        </action>

thanks,
j

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