Re: NetBeans 6.0 beta 1 with the VWP, trying to retrieve blob and display in table
Hi!
Ok finished! I have tried this and works!
<ui:tableColumn binding="#{STOCKSOC.tableColumn6}" headerText="column6" id="tableColumn6" width="200">
<ui:imageHyperlink action="#{STOCKSOC.imageHyperlink1_action}" binding="#{STOCKSOC.imageHyperlink1}" id="imageHyperlink1" imageURL="/pics/im#{currentRow.value['producto.id_prod']}.jpg" text=""
url="/pics/im#{currentRow.value['producto.id_prod']}.jpg"/>
</ui:tableColumn>
Thanks to everybody!