I want to show the tree data structure in Spring Web MVC jsp file. I'm using following tag libs:
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags" %> <%@ taglib prefix="form" uri="http://www.springframework.org/tags/form"%>
Which component should I use for the view and in what form should be the model to fit this component?