Hello.

I'm working on a new web application using Struts2/Tiles2/Spring/Hibernate3 and tomcat5.5.23
and I'm now facing a problem that after a web search seams
to be Tiles related.

I'm talking about the issue https://issues.apache.org/struts/browse/WW-1724
on Tiles that don't include the ContenType in the generated page.

I'm using the binary distribution of Struts 2.0.8 with the
Tiles plugin (2.0.3) that comes with Struts2 (I had to add
by hand tiles-jsp-2.0.3.jar that is missing in the S2 distribution).

Also I had to change web.xml to include:
*******************************************************
    <filter>
        <filter-name>contextCleanup</filter-name>
        <filter-class>
            org.apache.struts2.dispatcher.ActionContextCleanUp
        </filter-class>
    </filter>
*******************************************************
as I was having wierd problems and the above solved them.

If I telnet to the tomcat server on port 8080 I don't get the
contentType header for the tiles pages.

I thought the problem was solved, but maybe not in tiles 2.0.3
but instead in tiles 2.0.4?

Any hints?

Thank you.

--
Roberto Nunnari



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to