Re: Wrong Content Type text/plain

2007-04-12 Thread Antonio Petrelli
2007/4/12, Torsten Römer <[EMAIL PROTECTED]>: Antonio Petrelli wrote: I'll gladly wait. I'm already happy that it works now, and I am glad I tried Struts2 after making two minor webapps with JSF/MyFaces/Tomahawk/Tiles - maybe a cumbersome combination It seems that you did not try Shale (includ

Re: Wrong Content Type text/plain

2007-04-12 Thread Torsten Römer
Antonio Petrelli wrote: > 2007/4/12, Torsten Römer <[EMAIL PROTECTED]>: >> However the documentation states that "The latter [StrutsTilesListener] >> provides tighter integration with Struts features such as freemarker >> integration." so I wonder if this applies to the Tiles servlet as well >> an

Re: Wrong Content Type text/plain

2007-04-12 Thread Antonio Petrelli
2007/4/12, Torsten Römer <[EMAIL PROTECTED]>: However the documentation states that "The latter [StrutsTilesListener] provides tighter integration with Struts features such as freemarker integration." so I wonder if this applies to the Tiles servlet as well and if it would be better to use it ins

Re: Wrong Content Type text/plain

2007-04-12 Thread Torsten Römer
Thanks Teemu, You provided the hint that solved the problem! Because I was too lazy to check how to use the Tiles servlet I tried to use org.apache.tiles.listener.TilesListener instead of org.apache.struts2.tiles.StrutsTilesListener and already like that it works. However the documentation s

Re: Wrong Content Type text/plain

2007-04-12 Thread Teemu Tapper
t type is text/html and the page displays correctly, but when > the same action is executed through > > in the Tiles template and even the subpages seems > to be ignored. > > Calling a JSP directly works fine. > > -- View this message in context: http://www.nabble.co

Wrong Content Type text/plain

2007-04-11 Thread Torsten Römer
I added Tiles to the struts2-blank-2.0.6 example webapp and started to work on my application. All works just fine on my Linux/Tomcat 5.5 development box but when I deploy the app to the provider's Linux/Tomcat 5.5 webspace the content type is suddenly text/plain instead of text/html and all I see