Joel,
You might try adding this to your web.xml file:
<init-param>
<param-name>detail</param-name>
<param-value>999</param-value>
</init-param>
This will cause debugging info to be dumped out while Struts is parsing your
struts-config.xml file. If there's a syntax error in this file, you'll find
out from there.
--
Martin Cooper
----- Original Message -----
From: "JOEL VOGT" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, March 17, 2001 3:47 AM
Subject: Re: Please Help
> Okay,
> After playing around a little, I am starting to get the impression that
> struts and windows together isn't going to go. Is this neccessarily the
> case? Anyone had problems and then worked it out?
>
> Thanks again, Joel
>
>