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
<list-subscripti...@secmgmt.com> 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: user-unsubscr...@struts.apache.org
> For additional commands, e-mail: user-h...@struts.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to