Posted By:
Jan_Gifvars
Posted On:
Friday, February 7, 2003 11:22 AM
Hello, I'm trying to use the ActionError facility in Struts 1.1-b3. I create and save my error in my action. But when I try to render my error page, using this tag I get this error message; javax.servlet.ServletException: Cannot find message resources under key org.apache.struts.action.MESSAGE and the root cause is the same I have an ApplicationResources.properties file in my WEB-INFclasses esources with this line; error.register.passwordretry=Oooops, error The same key I used to save the error in my action class. I also have the classpath set to the resources directory. Anyone got an idea? Best regards, -Jan Gifvars,
More>>
Hello,
I'm trying to use the ActionError facility in Struts 1.1-b3. I create and save my error in my action.
But when I try to render my error page, using this tag
I get this error message;
javax.servlet.ServletException: Cannot find message resources under key org.apache.struts.action.MESSAGE
and the root cause is the same
I have an ApplicationResources.properties file in my WEB-INFclasses
esources with this line;
error.register.passwordretry=Oooops, error
The same key I used to save the error in my action class.
I also have the classpath set to the resources directory.
Anyone got an idea?
Best regards,
-Jan Gifvars, Stockholm