migrating from 2.0.11.1 to 2.1.6

2009-01-22 Thread Paweł Wielgus
Hi All, yesterday i was migrating my small app from strits 2.0 to 2.1 I had some problems with: javax.servlet.ServletException: java.lang.NoSuchMethodError: org.apache.tiles.jsp.taglib.InsertDefinitionTag.doFinally()V and with namespaces, i have *.struts.action.* for my actions package. If

Re: migrating from 2.0.11.1 to 2.1.6

2009-01-22 Thread Musachy Barroso
The problem with the ordering of the taglib declaration is kind of weird isn't it? musachy 2009/1/22 Paweł Wielgus poulw...@gmail.com: Hi All, yesterday i was migrating my small app from strits 2.0 to 2.1 I had some problems with: javax.servlet.ServletException: java.lang.NoSuchMethodError:

Re: migrating from 2.0.11.1 to 2.1.6

2009-01-22 Thread Paweł Wielgus
Hi Musachy, in deed it is, what is most crazy i cannot reproduce it :-| So i can't even prove that was for real! I hope i will move my next app to s2.1 so i will check if deleting tomcat work directory will prevent from it. And also if not deleting it will do the same errors. Best greetings,

Re: migrating from 2.0.11.1 to 2.1.6

2009-01-22 Thread Musachy Barroso
The exception that you mention looks like a problem with duplicated jars in the classpath, so deleting the work directory probably fixed it. musachy 2009/1/22 Paweł Wielgus poulw...@gmail.com: Hi Musachy, in deed it is, what is most crazy i cannot reproduce it :-| So i can't even prove that