Is there a way to get the current request substituted in an action mapping?
<action name="PayrollUpdate_*" method="{1}" class="prAction">
<result name="input" type="tiles">${currentRequest}</result>
I'd rather not stash this in a session variable if it's available someplace!
--
Scott
[EMAIL PROTECTED]

