Hi!

I've just started to work with struts and passed all these nightmares to
realize how and why.

So let's explain step by step.
u r getting "javax.servlet.ServletException: Missing message for key
index.title" cause u gotta put line like that "index.title=You own
description here"
in file ApplicationResources.properties or whatever you put into your
web.xml:

<init-param>
  <param-name>application</param-name>
  <param-value>your.stuff.here.ApplicationResources</param-value>
  </init-param>

why? it's a different story. check out docs.

c ya, Amig0


Reply via email to