On 2/8/07, Scott Purcell <[EMAIL PROTECTED]> wrote:
Upon some preliminary investigation, I found some "treeview dhtml" source code here: http://rollerjm.free.fr/pro/Treeview/Treeview.html#1, but upon other searches, I came across a Struts tag called Treeview also. I just need a simple solution to display categories/nested categories in a view. Does anyone have experience with such a thing? The data will be coming from Hibernate. I thought I also ran into some jar that would convert a pojo to a dom? That may be useful if I go forward with option #1.
I think you can use DWR into project. It can call java objects, which can get data from database. I implement a tiny feature using it. Simon.
