Defect #1253
getImageTag is not rendering the tag
0%
Description
We are using VelocityReport 3.0 with Servoy 7.4.8.
In developer's debug client, using Java 8u77, getImageTag works just great.
In a smart client, using java 8u131 on the client machine, getImageTag is not rendering the tag.
This is how we are using getImageTag in the template: https://www.screencast.com/t/SdgdXoj1 (template file is attached).
and this is how the resulting html looks like, from developer versus smart client: https://www.screencast.com/t/pbaas6cbM
Files
History
Updated by Diana Bodnarescu over 7 years ago
if i put the no_picture (png) in all cases, it is shown. So it works with normal media, but not with a blob.
Updated by Patrick Talbot over 7 years ago
- Status changed from New to Feedback
- Assignee changed from Patrick Talbot to Diana Bodnarescu
Is there anything in the servoy_log.txt?
Updated by Patrick Talbot over 7 years ago
Sorry, I've had zero time to check this lately.
What you could do to work around that until I get to the bottom of it, is to use getByteMedia() to prepare the output of the blob in the template... Then in the template simply use $!theVariableName to output the image.