-
Hello. Is it possible to use this library to take a pdf file and convert it to pdf/a ?.
2009-08-20 10:03:44 UTC in PDF Clown
-
Sorry. I found out that the problem was from our application and not JODReports.
2009-05-12 11:16:32 UTC in JODReports
-
There's a bug in JODReports with templates. If you have an image in the template it fails with the exception: Token manager error: freemarker.core.TokenMgrError: Lexical error at
> line 157, column 81. Encountered: "\u0004" (4), after : "" in
> Pictures/100000000000011B000001AFCD845EED.jpg
After consulting with the Freemarker mailinglist this is a bug in JODReports.
They said this...
2009-05-12 11:05:43 UTC in JODReports
-
When my template file contains an image I get the following error:
Token manager error: freemarker.core.TokenMgrError: Lexical error at line 157, column 81. Encountered: "\u0004" (4), after : "" in Pictures/100000000000011B000001AFCD845EED.jpg
Is this freemarker problem or JODReports problem?.
2009-05-12 08:56:58 UTC in JODReports
-
Would be very nice to have Seam 2.x and newest version of JBoss up and running.
2008-05-02 14:13:50 UTC in Petrus
-
We need a tag or branch in svn that is used for releases of petrus.
If a version of petrus is finished and thoroughly tested, we need to tag that so that it can easily be checked out for the production petrus.
We also need to create a property file for ant so that the build.xml file can locate the different deploy places.
This is needed for the drift guys in Linpro so that they easily can...
2008-05-02 14:03:30 UTC in Petrus
-
If you look at the projectYear.jsp you see a boolean canEdit value. You need to retrieve the projectYearId from the projectYearBudget.jsp and do it the same way as projectYear.jsp.
2008-05-02 13:26:25 UTC in Petrus
-
Fixed.
2008-05-02 11:33:18 UTC in Petrus
-
If you look at the projectYear.jsp you see a boolean canEdit value. You need to retrieve the projectYearId from the projectYearBudget.jsp and do it the same way as projectYear.jsp.
2008-05-02 09:32:15 UTC in Petrus
-
The file projectYearBudget.jsp needs to get refactored.
The code:
Administrative amount
uses 2008 hardcoded in there. You should use DefaultYear.defaultYear(defaultMonth) to retrieve the current petrus year.
Also important that other...
2008-05-02 09:19:13 UTC in Petrus