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.xml, struts-filedownload.xml,
struts-fileupload.xml
, struts-freemarker.xml, struts-hangman.xml, struts-integration.xml
, struts-interactive.xml, struts-jsf.xml, struts-model-driven.xml,
struts-person.xml
,struts-tags-non-ui.xml, struts-tags-ui.xml, struts-tags.xml, struts-tiles.xml
,struts-token.xml,struts-validation.xml, struts-wait.xml
, struts-xslt.xml,struts.xml, as well as all properties files of
globalMessages.properties,globalMessages_de.properties,globalMessages_fr.properties
,log4j.properties,*Action.properties,*-conversion.properties
Wtf?
To the OP: you might have better luck on a FreeMarker list/group, but to
me it looks like you're not operating on the data you think you are.
I think your syntax is a bit messed up:
<#list "${additionalMethods}"?split(",") as additional>
...
Try this instead:
<#list additionalMethods?split(",") as additional>
Given a CSV string, each with a colon separator, this works fine for me.
Dave
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org