jsp tree menu dilema
843836Jan 21 2004 — edited Sep 28 2004i am using a really great working tree menu tag library.
http://www.servletsuite.com/servlets/treetag.htm
however, i now need to be able to generate children dynamically while looping through a resultset. Anyone using the tag library above with data from a database ? The problem comes when you need to create children based on some test.
I think my only solution is to do something that involves a TreeModel
help ?