Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
vaadin table and embedded images
Hi,
I'm currently experiencing issues with using an Embedded within a Table, via ColumnGenerator. It seems that occasionally, the image will not be rendered, resulting in a blank cell (firefox) or the red x (ie). So, for example, if the table contains 10 rows, and all 10 rows display the same image, row n will for some reason not render it...
Has anyone encountered this kind of thing before?
The image is coming from a ClassResource, if that makes any difference.
Can't embed any of my current source, but I could mock something up if necessary.