2007/11/19, Pawel Kozlowski <[EMAIL PROTECTED]>:
>
> 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…



It seems that it works, Pawel, Thanks :-)
Well, at least now it changes back to the original "stream closed"
problem...
I am starting to suppose that it is a Tiles bug...

Antonio

Reply via email to