That solved the problem. Thanks for quick reply.
Type: Posts; User: domkat; Keyword(s):
That solved the problem. Thanks for quick reply.
I get following stacktrace when I try to start my webapplication which use Hibernate for data access:
I found the net.sf.hibernate.cache.CacheException in the API doc for Hibernate, but not...
Thanks for a quick answer. When I first wrote my class I was still using the 1.0 version of the framework, and the AbstractPdfView.buildPdfMetadata(...) method was not yet added, so I could not make...
Thanks for the reply. I tried to override the AbstractPdfView.getDocument() method and that worked well so this problem is now solved.
But I got a new problem when I tried to add a header and a...
Thanks for the reply. I tried to override the AbstractPdfView.getDocument() method and that worked well so this problem is now solved.
But I got a new problem when I tried to add a header and a...
I use the buildPdfDocument method in a subclass of AbstractPdfView to render a Pdf-document, but am not able to change the rotaton of the default A4 size of the document. I try to use ...
I intend to use XSLT-transformation as view technology in my web application, and worked through the example found in the reference documentation pp 140 - 143. The compilation went well, but when I...