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
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 problem
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 Sta