The file is actual in \java\config. I figured out
what the problem was. I changed the doctype
declaration to a file on the file system rather than
PUBLIC "-//Apache Software Foundation//DTD Struts
Configuration 1.1//EN"
"http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd";
at that was wh
Chuck-
I'm thinking along the same lines Dave is, that it isn't in the
classpath where you think it is. The error is generated after the
"standard" Struts resources are loaded; it looks like Struts is
bailing out because it can't find the app resources file you
specified.
For what you included ab
chuck harris wrote:
it is in the classpath.
Where specifically is the file?
Dave
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
I have :
it is in the classpath.
--- Ross Gibb <[EMAIL PROTECTED]> wrote:
> Hi Chuck,
>
> Not really sure. However, in your struts-config.xml
> I assume you have
> an entry for your message resources. Something
> like:
>
>
>
parameter="com.company.resources.ApplicationResou
Hi Chuck,
Not really sure. However, in your struts-config.xml I assume you have
an entry for your message resources. Something like:
Meaning you should have a file in your source code folder called
com/company/resources/ApplicationResources.properties. This file also
needs to exist insi
5 matches
Mail list logo