Page 2 of 2

Re: html templates causing 500 error in master branch of Demo

Posted: Mon Jul 22, 2013 10:28 am
by cigano
same here. What a bummer.

Re: html templates causing 500 error in master branch of Demo

Posted: Thu Oct 31, 2013 1:11 am
by azadusman
yong9900 wrote:I tried both thymeleaf-spring3 2.0.16 and 2.0.18-SNAPSHOT. Both gave me the same error. Did I missed anything? Any one tried? I guess I have to go with cigano's approach, not a good start :(

just FYI, I added this part to the demo site pom, and I checked the version of the thymeleaf jar files in target dir were updated:

<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf</artifactId>
<version>2.0.18-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.thymeleaf</groupId>
<artifactId>thymeleaf-spring3</artifactId>
<version>2.0.18-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>

Re: html templates causing 500 error in master branch of Demo

Posted: Thu Oct 31, 2013 10:17 am
by jskorton

Re: html templates causing 500 error in master branch of Demo

Posted: Sat Nov 09, 2013 11:33 pm
by azadusman
Issue resolved with 3.0.3 GA upgrade.