I have a grid that shows different images in a column, status0 (gray ball), status1 (green ball), status2 (yellow ball), status3 (red ball), like a trafficlight. The image name is assembled by:
Any of 1, 2, 3 are displayed properly, but 0 not. Even the image is in the right place into the server.
Normal behavior (status1.png):
My concern (should be status0.png):
IMPORTANT - None image tag has been assembled for the second one.Any idea what should be the problem?
Thanks in advance and best regards,
Vitor Eduardo
- prefix: setImageURLPrefix("trafficlight/status")
- value: 0 or 1 or 2 or 3
- suffix: setImageURLSuffix(".png")
Any of 1, 2, 3 are displayed properly, but 0 not. Even the image is in the right place into the server.
Normal behavior (status1.png):
My concern (should be status0.png):
IMPORTANT - None image tag has been assembled for the second one.
Thanks in advance and best regards,
Vitor Eduardo
Comment