RE: message-resources in struts-config.xml won't work!

2004-12-02 Thread Lane, Brad
: Thursday, December 02, 2004 2:08 AM To: Struts Users Mailing List Subject: Re: message-resources in struts-config.xml won't work! Hello again, I'm wondering where to place message-resources within the struts-config.xml in struts version 1.0.2? I'm always getting errors in tomcat

Re: message-resources in struts-config.xml won't work!

2004-12-02 Thread René Thol
Ok now it seems that I've found the solution: When using struts1.0.2 the documentation of the tags claims that "bundle" can be used with bean:message, html:image, etc. But the struts-config dtd that is provided within the struts.jar does not support the message-resource tag at all! But what is w

Re: message-resources in struts-config.xml won't work!

2004-12-02 Thread René Thol
Hello again, I'm wondering where to place message-resources within the struts-config.xml in struts version 1.0.2? I'm always getting errors in tomcat's log file regarding the struts-config.xml whenever I insert a message-resource tag!? Any ideas? Many thanx Best regards -- ==

Re: message-resources in struts-config.xml won't work!

2004-12-01 Thread René Thol
Hello again, Lane, Brad schrieb: Use key=""/> Unfortunately this did not change anything. I'm still getting this error. Kind regards -- René Thol E-Mail: [EMAIL PROTECTED] ---

RE: message-resources in struts-config.xml won't work!

2004-12-01 Thread Lane, Brad
Use -Original Message- From: René Thol [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 01, 2004 9:15 AM To: Struts Users Mailing List Subject: message-resources in struts-config.xml won't work! Hello again everybody, I just changed my application from having its message reso

message-resources in struts-config.xml won't work!

2004-12-01 Thread René Thol
Hello again everybody, I just changed my application from having its message resources defined in web.xml via init parameter to defining it in struts-config.xml using I left my JSPs unchanged using tags. But now the JSPs won't be compiled anymore. I'm always getting: Cannot find message resourc