-
When a filename contains spaces the browser (at least Firefox) doesn't recognize the complete filename.
Relates to line 68 in DocumentServlet.java:
response.addHeader("Content-Disposition", "attachment;filename=" + doc.getFileName());
Solution: See page 3 of http://www.ietf.org/rfc/rfc2183.txt :
NOTE ON PARAMETER VALUE LENGHTS: A short (length
2008-02-04 10:27:38 UTC in Digimeente MidOffice
-
I can't get the caching to work with all browsers, more specifically: it works with IE6 and FF2 but doesn't work with IE7 (blank screen).
Three recommendations:
(MUST) 1. do not make the addHeader's for caching default!
2. do not use allow_cache, instead use AttachmentName (caching not an issue, works in IE6/7 en FF, PDF not shown in window/ActiveX component but Adobe Reader or equivalent)
2007-08-21 15:28:48 UTC in ePlatform
-
Implement the methods getAttachmentName() and getAllowCache() for the PDFPageRenderer, like this is implementented in the XSLPageRenderer.
2007-08-21 11:47:16 UTC in ePlatform
-
Like feature 1620820 (itemsPerPage/usePaging), but then for the sqlreport construct!
sqlreport offers more then SqlMasterDetailPage, like the isStatusFlas ans isRowTooltip attributes of the reportcolumnext.
2007-08-15 07:38:37 UTC in ePlatform
-
The prefill_date is not set when the datefield is part of a multiplefield construct. Debugging showed that the setPrefillDate just isn't called, so the XML out doesn't contain a value for the date.
...
...
SYSDATE
...
When the datafield is NOT part of...
2007-08-09 13:10:00 UTC in ePlatform
-
In the errorpageref construction a page is speficied (usually the default ePlatform error page). You want the error message specified within the errorpageref to be display on this error page.
A change is needed in the doErrorPageRef of com.logicacmg.eplatform.form.Form; in stead of putting it in the context, something like epc.setValue(DefaultErrorPage.ERRORMESSAGE_IN_CONTEXT...
2007-05-25 13:54:56 UTC in ePlatform
-
The errorpageref (see https://sourceforge.net/tracker/?func=detail&atid=790225&aid=1689824&group_id=154049) doesn't expand the parameterskeys in the errormessage.
Example:
...
msg_minimale_leeftijd
minleeftijd
error
.
2007-04-20 09:21:12 UTC in ePlatform
-
errorpageref is desired on form level, like cancelpageref and finishpagered, to indicate the errorpage when a certain rule/constraint is applicable.
2007-03-28 12:22:56 UTC in ePlatform
-
In the current situation there's only one first question. It would be nice if you could define jump's (with rules) which make it possible to jump (if some rule applies) to another page then the first page when requesting the form for the first time.
A jump definition on form level would make this possible.
2007-02-23 14:12:24 UTC in ePlatform
-
With de one can specify the MaxFileSize property. However, it seems the filesize check is performed AFTER is has been transferred to the database.
Because the maxfilesize is only checked after the file has been uploaded to the database you'll face another maximum: the maximum blob of packet size of the datbase.
For example, when you set the max_allowed_packet in MySQL to 10...
2006-12-05 12:40:20 UTC in ePlatform