If your actions are extending ActionSupport than you can go like so:

public String intercept(ActionInvocation invocation) throws Exception {
   String message = ((ActionSupport)
invocation.getAction()).getText("resource.key")
   ...

}       


Zarar



On Thu, Feb 26, 2009 at 12:23 PM, Security Management
<[email protected]> wrote:
> I have LoggedInInterceptor.java and LoggedInInterceptor.properties in a
> package, how do I use getText from the interceptor to read from the
> properties file?
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to