Re: Struts2 - freemarker error

2009-06-25 Thread Jim Kiley
kishanchellapaand...@spanservices.com > > To: user@struts.apache.org > > Date: Thu, 25 Jun 2009 19:09:07 +0530 > > Subject: Struts2 - freemarker error > > > > Hi, > > > > I'm using struts 2.1.6, xwork-2.1.2, freemarker 2.3.13, ognl 2.6.11 and > jboss 5.0.1.

Re: Struts2 - freemarker error

2009-06-25 Thread Dave Newton
Martin Gainty wrote: please post all jsp pages, all freemarker template code ,all java code and configuration files of applicationContext.xml, decorators.xml, dwr.xml, sitemesh.xml tiles.xml,validation.xml, web.xml, struts-actionchaining.xml,struts-ajax.xml , struts-chat.xml, struts-conversion.x

RE: Struts2 - freemarker error

2009-06-25 Thread Martin Gainty
and...@spanservices.com > To: user@struts.apache.org > Date: Thu, 25 Jun 2009 19:09:07 +0530 > Subject: Struts2 - freemarker error > > Hi, > > I'm using struts 2.1.6, xwork-2.1.2, freemarker 2.3.13, ognl 2.6.11 and jboss > 5.0.1. > > I'm having one ftl

Struts2 - freemarker error

2009-06-25 Thread Kishan G. Chellap Paandy
Hi, I'm using struts 2.1.6, xwork-2.1.2, freemarker 2.3.13, ognl 2.6.11 and jboss 5.0.1. I'm having one ftl, where I'm doing the following <#list "${additionalMethods}"?split(",") as additional> <#assign tmpInner>${additional?trim?substring(0, additional?trim?index_of(":"))} But this gives m