Hi adam: what theme are you using?
The default theme in Struts2.2.1 is [xhtml]. Maybe you need change the default theme or the theme of your tag to [simple]. Can you show us your setting file(struts.xml and so on) and your jsp code? 2010/10/19 adam pinder <[email protected]>: > > > > I have just upgraded struts2 version from 2.0.11 to 2.2.1 and one issue seems > to be that i have amended templates > > actionerror.ftl > actionmessage.ftl > > and they were placed into WebContent\template\simple folder in the web app > and with 2.0.11 they overrided the templates in the struts2 core jar file > correctly... > > with 2.2.1 it's now always using the templates in the struts2 core jar even > though i can see inside this jar the folder structure and filenames have not > changed.. > > with 2.2.1 do you need to place the overriding templates in a different > folder for it to work ? > > note. i have upgraded other jars as it seemed appropriate for this struts > version. > > thanks > adam > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

