Thanks Timothy and Jeromy for your answers. I tried your suggestions but they are not working.
Basically, I changed the fielderror.ftl by removing the list tags in it and then saved it to /WEB-INF/classes/template/ folder. Struts2 doesn't look at the new fielderror.ftl so the error message is still be rendered as a list item. The same thing if the ftl is put in /WEB-INF/tempalte/ folder. Since the theme I am using is simple, so no theme.properties file. I guess the issue is still related to the location. Has anyone customized templates before? Thanks. On Thu, Jul 3, 2008 at 10:30 PM, Jeromy Evans < [EMAIL PROTECTED]> wrote: > Timothy Wonil Lee wrote: > >> I believe the default value is WEB-INF/template, but I may be wrong. >> >> > Almost, the default is in the *classpath* at /template > So that should read WEB-INF/classes/template > > Also, don't forget the theme.properties file. > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >