Hi Klaus,

thanks for your help, but as I already wrote itīs always the first key of
the propertiesfile, in my case the "index.title" - key. I assume Struts
donīt find any keys, and I dont know why.

And in fact that I tried to start several war files, e.g. the struts-example
(!) it has to work, but it does not! Perhaps a problem with Tomcat?!

Regards,

Maik Mrazovic

----- Original Message -----
From: "Klaus Thiele" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 26, 2001 11:46 AM
Subject: Re: Servlet Error 500, Missing message for key index.title


> Hi Maik,
>
> in your web.xml, add/change following parameter:
>   <!-- Action Servlet Configuration -->
>     [...]
>     <init-param>
>        <param-name>null</param-name>
>        <param-value>false</param-value>
>     </init-param>
>
> this does not solve your problem, but then you don't
> get an exception/Error 500 but you will see in your page
> _which_  key is missing.
>
> perhaps this helps.
>   klaus
>
> Am Dienstag, 26. Juni 2001 11:23 schrieben Sie:
> > Iīve installed struts, under Tomcat 3.2.
> >
> > None Webapplication will run which uses
> > ApplicationResources.properties, when I start an index.jsp there
> > comes always the error
> >
> > javax.servlet.ServletException: Missing message for key index.title
> >
> > but i donīt know why?!!? The File is in correct folder, Iīve tried to
> > start several webapplications which was deployed as war-Files, no one
> > works, always this Error, that makes me crazy!
> >
> > I use Struts 1.0 b3, I hope somebody can help me!
> >
> >
> > Maik Mrazovic
> >
> > T - S y s t e m s
> > debis Systemhaus MEB GmbH
> > Business Center Sales & eBusiness, R&D/VN
> >
> > Erich-Herion Str. 13
> > 70736 Fellbach
> >
> > (Phone) +49 711 17-40549
> > (Mobile) +49 170 832-5616
> > (email) [EMAIL PROTECTED]
> > Internet: http://www.t-systems.de
>
> ----------------------------------------
> Content-Type: text/html; charset="iso-8859-1"; name="Anhang: 1"
> Content-Transfer-Encoding: quoted-printable
> Content-Description:
> ----------------------------------------
>
> --
> --
> Klaus Thiele - Personal & Informatik AG
> mailto:[EMAIL PROTECTED]
>
>  "Your mouse has moved.
>   Windows must be restarted for the change to take effect."
>

Reply via email to