Problem with DisplayTag.. required libraries are missing: com/lowagie/text/Element
a kishore
Ranch Hand
Joined: Sep 16, 2009
Posts: 82
posted
0
Hi Everyone,
Does any one got the same error as below while working with DisplayTag?
WARN [http-8084-6] (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
I couldnt get rid of this. IF anyone know the solution please let me know.
Thanks in advance,
kishore
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35256
7
posted
0
You need to add the iText library to the classpath (by putting its jar file into WEB-INF/lib).