• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

INFO (TableProperties.java:536) - No LocaleResolver configured.

 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Heya. i stumbled into this error:

INFO (ExportViewFactory.java:61) - Initializing ExportViewFactory with type={csv,excel,xml,pdf}
WARN (ExportViewFactory.java:105) - Unable to instantiate class for pdf export. org.displaytag.export.PdfView was found, but required libraries are missing: com/lowagie/text/Element
INFO (TableProperties.java:536) - No LocaleResolver configured.



I have a list of users that i show in a jsp. in this page, at each user i have a link "view user". On click i want to show the details of the selected user.
To show the list of users i am using display tag.
The error from above occurs when i click on the "view user" link.

In the spring.xml i have:




IN the jsp(browser users) i have:

I have created a bean for "/viewUser.htm" that i am sure is correct...so the problems appear to come from the localresolver....

I don't get it...how to resolve this. if you have a clue, please tell me. About this topic i found this link in the forum..but it has no answer and it's old...( https://coderanch.com/t/460167/Other-Open-Source-Projects/No-Locale-Resolver-Configured-help#2053317 )

 
Clowns were never meant to be THAT big! We must destroy it with this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic