> If I don't remember wrong, you cannot nest %{} in the same expression. Try:
>
> %{getText('status.' +name())}
Thanks a lot, it works.
Tom
-
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-
If I don't remember wrong, you cannot nest %{} in the same expression. Try:
%{getText('status.' +name())}
musachy
On Fri, Jan 2, 2009 at 11:13 AM, Tom Pop wrote:
> Hello,
>
> I have these keys in resources:
>
> status.active=Active
> status.done=Done
>
> I have enum instances for each status in
2 matches
Mail list logo