Re: Tapestry update from T5.0.12 to T5.0.18

2009-02-11 Thread Peter Stavrinides
To: users@tapestry.apache.org Sent: Wednesday, 11 February, 2009 02:16:02 GMT +02:00 Athens, Beirut, Bucharest, Istanbul Subject: Re: Tapestry update from T5.0.12 to T5.0.18 Now I have another error on my first page: Render queue error in BeginRender[Index:layout.header.pagelink_0]: Error

Re: Tapestry update from T5.0.12 to T5.0.18

2009-02-10 Thread Artur_eol
Now I have another error on my first page: Render queue error in BeginRender[Index:layout.header.pagelink_0]: Error persisting field Submit:formSuccess: Persistent fields may not be updated until after the page has finished loading. This may be due to a persistent field with a default value. The

Re: Tapestry update from T5.0.12 to T5.0.18

2009-02-10 Thread Artur_eol
Now I have another error on my first page: Render queue error in BeginRender[Index:layout.header.pagelink_0]: Error persisting field Submit:formSuccess: Persistent fields may not be updated until after the page has finished loading. This may be due to a persistent field with a default value. The

Re: Tapestry update from T5.0.12 to T5.0.18

2009-02-10 Thread Artur_eol
I think problem was with spring-web module. I completely rewrite pom.xml. Now it looks like this: org.apache.tapestry t5c-commons 0.5.18 org.apache.tapestry

Re: Tapestry update from T5.0.12 to T5.0.18

2009-02-10 Thread Thiago H. de Paula Figueiredo
Em Tue, 10 Feb 2009 17:50:09 -0300, Artur_eol escreveu: I`m using T5components and tapestry5-acegi. I guess they have dependencies in old (pre 5.0.18) versions of Tapestry. If you're using Maven, use the tag to prevent it to put old Tapestry versions in the classpath. By the way, T5Com

Re: Tapestry update from T5.0.12 to T5.0.18

2009-02-10 Thread Artur_eol
Yes, I checked all over the code, couple of times but I did not find anything.. Charles Coleman-4 wrote: > > Do you have any hard-coded references to the old package names in any > Spring or other configuration files? The last time I upgraded a project > from an older version, I forgot to do

Re: Tapestry update from T5.0.12 to T5.0.18

2009-02-10 Thread Artur_eol
Robert Zeigler wrote: > > >> >> at >> org >> .apache >> .tapestry5.ioc.IOCUtilities.addModulesInList(IOCUtilities.java:137) >> at >> org >> .apache >> .tapestry5.ioc.IOCUtilities.addModulesInManifest(IOCUtilities.java: >> 107) > ^ > ^ > ^ > ^ > ^^^

Re: Tapestry update from T5.0.12 to T5.0.18

2009-02-10 Thread Charles Coleman
Do you have any hard-coded references to the old package names in any Spring or other configuration files? The last time I upgraded a project from an older version, I forgot to do update such a reference, and, of course, the class could not be found. Artur_eol wrote: I have recently update my

Re: Tapestry update from T5.0.12 to T5.0.18

2009-02-10 Thread Robert Zeigler
at org .apache .tapestry5.ioc.IOCUtilities.addModulesInList(IOCUtilities.java:137) at org .apache .tapestry5.ioc.IOCUtilities.addModulesInManifest(IOCUtilities.java: 107) ^ ^ ^ ^ This is the interest