Flavio, A google search on "+LocaleResolver +displaytag" pulled up (first search result) the below thread which seems to mention what you described. Why doesn't it solve your problem? What is missing that makes your problem different from that discussion thread?
http://www.mail-archive.com/displaytag-user@lists.sourceforge.net/msg02319.h tml I think the DisplayTag just posted a warning about mixing both JSTL and non-JSTL so check it's archives in case you are mixing both in your DisplayTag table. Regards, David -----Original Message----- From: Chaikin, Yaakov Y. [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 26, 2005 10:55 AM To: 'Struts Users Mailing List' Subject: RE: DisplayTag Daniel, This is a side point, but what do you mean when you say "JSTL-enabled"? Everything is JSTL enabled, isn't it? Just drop the jstl.jar into your WEB-INF/lib and you're done. Am I missing something? Thanks, Yaakov. -----Original Message----- From: Daniel H. F. e Silva [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 25, 2005 11:20 AM To: Struts Users Mailing List Subject: Re: DisplayTag Hi Flavio, If you are using Tomcat 5 or any other JSTL-enabled container you don't need displaytag. Just use JSTL tags like <fmt:formatNumber/> and <fmt:formatDate/>. And yes, you can alter locale being used. Look for details on JSTL documentation. It is easier imho to use and, well, it is standard-compliant :-) Cheers, Daniel Silva. --- Flavio Maldonado <[EMAIL PROTECTED]> wrote: > Hello people! > > Has anybody here used DisplayTag lib? > I'm trying to use here but I'm having some problems with Locale... > > 115609 [http8080-Processor23] INFO properties.TableProperties - No > LocaleResolver configured. > > 115875 [http8080-Processor23] WARN properties.TableProperties - Unable to > instantiate the configured I18nResourceProvider due to a > java.lang.NoClassDefFoundError exception: > org.apache.taglibs.standard.tag.common.fmt.BundleSupport. Falling back to > default implementation. > > How can I configure the LocaleResolver ??? > > Thanks!! > Flavio Vilasboas Maldonado --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]