Re: Struts 2.3.28 and Tiles issue

2017-03-13 Thread Christoph Nenning
il.com> > To: Struts Users Mailing List <user@struts.apache.org>, > Date: 11.03.2017 22:16 > Subject: Re: Struts 2.3.28 and Tiles issue > > Hi all, > i've upgraded Struts to latest versions (2.3 and 2.5) > and i was forced to solve this issue. > > Well, the hardest bug

Re: Struts 2.3.28 and Tiles issue

2017-03-11 Thread Paweł Wielgus
Hi all, i've upgraded Struts to latest versions (2.3 and 2.5) and i was forced to solve this issue. Well, the hardest bug to find is non-existent one :-| All i needed to do, was to remove work directory from tomcat. All is working like expected. Someone gave this solution on stackoverflow:

Re: Struts 2.3.28 and Tiles issue

2016-04-22 Thread Christoph Nenning
> From: Paweł Wielgus > To: Struts Users Mailing List , > Date: 21.04.2016 00:16 > Subject: Struts 2.3.28 and Tiles issue > > Hi all, > i've upgraded struts-core and all the dependencies to 2.3.28, > along with that came new tiles libraries. > > And

Re: Struts 2.3.28 and Tiles issue

2016-04-22 Thread Lukasz Lenart
Really strange, I've been testing the same on that example and didn't notice such a problem https://github.com/apache/struts-examples/tree/master/tiles Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2016-04-22 1:13 GMT+02:00 Paweł Wielgus : > Hi Łukasz, >

Re: Struts 2.3.28 and Tiles issue

2016-04-21 Thread Paweł Wielgus
Hi Łukasz, i've tried setting DTD to 2.0, 2.1, 2.2, and 3.0 all to no awail. Right now i've downgraded to struts 2.3.24 and all is working fine. (this version has tiles 2.0.5) and i've set DTD to 2.0 Going up to 2.3.24.1 and all is good, this version has tiles 2.0.6 and i've set DTD to 2.0

Re: Struts 2.3.28 and Tiles issue

2016-04-21 Thread Emi
upgraded struts-core and all the dependencies to 2.3.28, along with that came new tiles libraries. I got the similar exception messages. Upgrade from tiles2.x to tiles3.x and no error messages anymore. And a problem: SEVERE: Servlet.service() for servlet jsp threw exception

Re: Struts 2.3.28 and Tiles issue

2016-04-21 Thread Lukasz Lenart
Did you change DTD in tiles.xml? It should be 2.1 as far I can recall. Regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ 2016-04-21 0:16 GMT+02:00 Paweł Wielgus : > Hi all, > i've upgraded struts-core and all the dependencies to 2.3.28, > along with that came new