show images on a field with displayType = IMAGE_MEDIA

Hi all:

I have a field, its dataprovider is a calc field, with this (pseudo-code):

return "http://myserver/" + table_field + ".jpg";

I set IMAGE_MEDIA as displayType.
In Smart Client I see an image in the field, but I see nothing in Web Client. Is there any limitation in WC with IMAGE_MEDIA type?

Hmmm,

if the field is in a table, I think you will have to use the blobloader.

if it is in a directory on your server, as the script appears to say then it should be an html field not a media field. I think.

The field table_field is the product code, so the calc field returns, i.e., “http://myserver/watch_01245.jpg”. If you put this url in the browser, you can see the product image.

The code works fine in Smart Client, I don’t know why does not it work in Web Client… :(