[s2] set action error from resource bundle - issue

2007-09-21 Thread johana pin
Hi, How can I use a global resource properties file (defined in struts.xml as: ) for setting an action error text in an action class having an error key ? I tried: addActionError(getText("error.business.norights")), but the problem is that the text is not found and the key is returned. When I

Re: [s2] custom ExceptionMappingInterceptor log

2007-08-31 Thread johana pin
1, 2007 10:55:20 PM Subject: Re: [s2] custom ExceptionMappingInterceptor log johana pin wrote: > Hi, > > I extended 'ExceptionMappingInterceptor' to add the logging functionality. I > want to log to my own file. The problem is that the logging is done in > SystemOut file.

[s2] custom ExceptionMappingInterceptor log

2007-08-31 Thread johana pin
Hi, I extended 'ExceptionMappingInterceptor' to add the logging functionality. I want to log to my own file. The problem is that the logging is done in SystemOut file. I used log4j in the custom interceptor: private org.apache.commons.logging.Log log = LogFactory.getLog(getClass()); The log4j

Re: [s2 on J4] Error Message: Filter [struts2]: could not be initialized

2007-06-07 Thread johana pin
sage: Filter [struts2]: could not be initialized It looks like this issue has been around awhile; google for struts + "No mapping found for dependency" and you may find something that will help. d. --- johana pin <[EMAIL PROTECTED]> wrote: > First I put the initial plugin i

Re: [s2 on J4] Error Message: Filter [struts2]: could not be initialized

2007-06-06 Thread johana pin
Users Mailing List Sent: Wednesday, June 6, 2007 2:06:39 PM Subject: Re: [s2 on J4] Error Message: Filter [struts2]: could not be initialized --- johana pin <[EMAIL PROTECTED]> wrote: > I used the J4 download from struts site. I only > recompiled (not with retrotranslator but with >

Re: [s2 on J4] Error Message: Filter [struts2]: could not be initialized

2007-06-06 Thread johana pin
2007 1:22:59 PM Subject: Re: [s2 on J4] Error Message: Filter [struts2]: could not be initialized Haven't tried on Websphere but I've deployed on Weblogic 8.1... Did you J4 all the jars? --- johana pin <[EMAIL PROTECTED]> wrote: > I am new to struts 2 (previously work wit

[s2 on J4] Error Message: Filter [struts2]: could not be initialized

2007-06-06 Thread johana pin
I am new to struts 2 (previously work with struts 1) and I try to build an application with spring on java 1.4 (websphere 6.0). I got this error when I try to access the deployed application: Error Message: Filter [struts2]: could not be initialized Error Code: 500 Target Servlet: null Error St