Whether there is the key index.title in your ApplicationResources file or
not ?

----- Original Message -----
From: Debasish Ghosh <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, July 03, 2001 11:17 AM
Subject: Help with Resources !!


> Hello All -
>
> I am new to Struts and trying to run the Struts
> example applications. When I am starting Tomcat,
> everything loads fine (as found in the
> $TOMCAT_HOME/logs/servlet.log file). In fact the
> following gets logged in the file :
>
> 2001-07-02 08:38:46 - path="/struts-example" :jsp:
> init
> 2001-07-02 08:38:46 - path="/struts-example"
> :database: init
> 2001-07-02 08:38:46 - path="/struts-example"
> :database: Initializing database servlet
> 2001-07-02 08:38:46 - path="/struts-example"
> :database: Loading database from
> '/WEB-INF/database.xml'
> 2001-07-02 08:38:46 - path="/struts-example" :action:
> init
> 2001-07-02 08:38:46 - path="/struts-example" :action:
> Loading application resources from resource
> org.apache.struts.example.ApplicationResources
> 2001-07-02 08:38:46 - path="/struts-example" :action:
> Initializing configuration from resource path
> /WEB-INF/struts-config.xml
> 2001-07-02 08:38:46 - path="/struts-example" :action:
> Process servletName=action, urlPattern=*.do
> 2001-07-02 08:38:46 - path="/struts-example" :action:
> Mapping for servlet 'action' = '*.do'
>
> But when I try to run the application in
> struts-example, I get the following error :
>
> javax.servlet.ServletException: Missing message for
> key index.title
>
> But the ApplicationResources file is in proper place,
> as given in the configuration files.
>
> Any help will be appreciated.
>
> Cheers.
>
> - Debasish
>
> __________________________________________________
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail
> http://personal.mail.yahoo.com/
>

Reply via email to