Hi,
It may be a long shot but I remember having similar problems. In may case
the thing was that the include request was not processed by a filter.
Tweaking web.xml did
the trick:
<filter-mapping>
<filter-name>struts</filter-name>
<url-pattern>/*</url-pattern>
<dispatcher>REQUEST</dispatcher>
<dispatcher>FORWARD</dispatcher>
<dispatcher>INCLUDE</dispatcher>
</filter-mapping>
Hope this helps…
Cheers,
Pawel
"doktora v" <[EMAIL PROTECTED]> wrote on 19/11/2007 16:03:00:
> Same results with servlet 2.4 and all jars included:
>
> http://www.speedyshare.com/639139472.html
>
> I've deployed this war on a clean tomcat 5.5.25.
> There are not errors in any of the logs.