Hi, is it possible to display an icon in tree component from BLOB database type. At this time I find that it can be displayed an icon from file system only. Thank you, Vojto |
Hi Vojto, Technically the icon for a tree node is displayed from a URL provided by the developer. This URL does not have to point to a file in the file system. It can point to a servlet which serves BLOB's. The URL's would look something like these: http://mydomain.com/iconservlet?nodeType=Type1 http://mydomain.com/iconservlet?nodeType=Type2 You would need to write the iconservlet and serve up the BLOB's. Hope this helps. Kind Regards, |