« Return to Thread: NetBeans 6.0 beta 1 with the VWP, trying to retrieve blob and display in table

Re: NetBeans 6.0 beta 1 with the VWP, trying to retrieve blob and display in table

by John Baker :: Rate this Message:

Reply to Author | View in Thread


The entry does give hints, but uses JDBC to upload and retrieve.

I'll post an example using dataproviders soon

John

Winston Prakash wrote:
May be this blog could give you more hints

http://blogs.sun.com/sakthi/entry/how_to_upload_and_retrieve

- Winston
http://blogs.sun.com/winston
> 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!
>  

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@visualweb.netbeans.org
For additional commands, e-mail: users-help@visualweb.netbeans.org

 « Return to Thread: NetBeans 6.0 beta 1 with the VWP, trying to retrieve blob and display in table