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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

