
|
If you were logged in you would be able to see more operations.
|
|
|
WebWork
Created: 28/Nov/04 09:28 AM
Updated: 29/Nov/04 08:38 AM
|
|
| Component/s: |
Views
|
| Affects Version/s: |
None
|
| Fix Version/s: |
2.1.7
|
|
|
Just a little improvement to add the management of the Content-disposition header when generating JasperReport results.
Add 2 new parameters :
- contentDisposition : disposition (default : inline)
- documentName : name of the document
will generate the http header Content-disposition = <contentDisposition>; filename=<documentName>.<format>
Patch attached.
Richard
|
|
Description
|
Just a little improvement to add the management of the Content-disposition header when generating JasperReport results.
Add 2 new parameters :
- contentDisposition : disposition (default : inline)
- documentName : name of the document
will generate the http header Content-disposition = <contentDisposition>; filename=<documentName>.<format>
Patch attached.
Richard |
Show » |
|