--- lbastil <[EMAIL PROTECTED]> wrote:
> can I use in struts.xml complex ognl statements?
Well... yes, but there's no reason to in this usecase.
> <action name="*_*_*" method="{3}" class="{2}Action">
> <result name="back" type="redirect-action">
> {1}_<target>_show.action
> </result>
Expose a "target" property in your action and do the
lookup there; the destination of your redirect-action
would then be:
{1}_${target}_show.action
Or if it's a 1-to-1 mapping change the naming scheme.
Still and all, it seems overly-complex.
d.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]