资 源 简 介
Introduction
granizo is custom JSP tag library that allows you to traverse an arbitrary tree structure.
granizo is very flexible on accepting input as it does not require a specific type for its input attribute and can transform any object provided to a tree structure.
Usage
Put the jar in the classpath, for example /WEB-INF/lib/
Add a reference to the custom tag at the top of the JSP file
<%@taglib uri="http://code.google.com/granizo" prefix="granizo"%>
1. You can now use granizo in your JSP page
Current element is ${status.element} at level ${status.level}
Tag atributes
| Name | Required