AW: [Tobago] Image resizing

2013-11-21 Thread Abushammala, Hani (EXTERN: BERIS)
Hi Volker, try to get the image width from the bean or from the var object. The image will not be displayed. Regards, Hani Von: weber.vol...@googlemail.com [mailto:weber.vol...@googlemail.com] Im Auftrag von Volker Weber Gesendet: Mittwoch, 20. November 2013 18:14 An: MyFaces Discussion

Re: [Tobago] Image resizing

2013-11-21 Thread Volker Weber
Hi Hani, i think this is a performance issue but i found a solution: tc:column id=barChart sortable=false align=left tc:panel f:facet name =layout tc:flowLayout / /f:facet tc:image value=#{item.gauge.resourcePath} width=#{item.gauge.width}

Re: [Tobago] Image resizing

2013-11-21 Thread Volker Weber
Hi Hani, i see the problem. The valueBinding for the width is evaluated only once, and this value is used for all rows. I think Udo should have a look at this. Please file a jira issue. Regards, Volker 2013/11/21 Abushammala, Hani (EXTERN: BERIS) extern.hani.abushamma...@volkswagen.de Hi