Hi Sebastian,
I understand well your previous instructions and i follow them.
I understand how the client add method in PrintService ( this.addPrintList.doCall() =>
confirmSaveAsImageTypeExport) On my last version, I didn't have it so I retrieved the last version of source code.
The client requests the servlet as file-download. (lz.Browser.loadURL(downloadurl,"_BLANK");)
I
make the download buttons available in the file save-dialog again and i
added some logs in PrintService.java and ExportToImage.java (server-side)
for a test but I never see it in the terminal.
I don't know why?
Guillaume