Hi Doug,

> I've successfully worked around the problem by reconfiguring struts to
> "lazy initialize" itself, meaning that every servlet first runs an init
> method, which then checks the config and initializes it as
> necessary.  

could you please explain this in a little more detail?

The problem with the struts example application is, that 'index.jsp' is
configured to be the welcome file of the web app. This means it is kind of an
'index.html' for the web app.

At the beginning of 'index.jsp' a message tag is used. Message tag relies on the
initialization work done by ActionServlet. However at this point in time no
servlet has been called at all. So I don't see how "lazy initialize" done by an
init method should help in this case.

Regards,
--Andreas

Reply via email to