Re: Where to put customized template

2008-07-05 Thread dusty
TED]" <[EMAIL PROTECTED]> > To: Struts Users Mailing List > Sent: Saturday, July 5, 2008 5:29:24 PM > Subject: Re: Where to put customized template > > Thanks Timothy and Jeromy for your answers. I tried your suggestions but > they are not working. > > Basically, I c

Re: Where to put customized template

2008-07-05 Thread Struts Two
next line (single line is displayed as a list). - Original Message From: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> To: Struts Users Mailing List Sent: Saturday, July 5, 2008 5:29:24 PM Subject: Re: Where to put customized template Thanks Timothy and Jeromy for your answe

Re: Where to put customized template

2008-07-05 Thread [EMAIL PROTECTED]
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 stil

Re: Where to put customized template

2008-07-03 Thread Jeromy Evans
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. --

RE: Where to put customized template

2008-07-03 Thread Timothy Wonil Lee
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, 4 July 2008 8:06 AM To: Struts Users Mailing List Subject: Where to put customized template Hi all, I modified fielderror.ftl and want to apply it to my app. Could anyone tell me where I should put it in my app? In WEB-INF/classes

Where to put customized template

2008-07-03 Thread [EMAIL PROTECTED]
Hi all, I modified fielderror.ftl and want to apply it to my app. Could anyone tell me where I should put it in my app? In WEB-INF/classes/folder or somewhere else? Thanks.