Subject: Get MessageResource in ActionForm
From: "Dirk Breitenbach" <[EMAIL PROTECTED]>
===
Hi,
can someone give me a hint, how i can access MessageResources (From
ApplicationResources.properties) within a Subclass of ActionForm???
My prpoblem is, the ActionForm does not know anything about the
ActionServlet, and so I have no Chance to get the Messages within
ActionForm.
I tried this:
servlet.getMessageResources().getMessage("STRING_TO_LOOK_UP");
But "servlet" and "getServlet" returns null.
How can I solve this Problem???
Dirk
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>