Hello World
Here is a JSP document that uses a tag library:
<%@ taglib uri=“hellolib.tld” prefix=“test” %>
<html><head></head><body>
<test:hello user=“Bryan” />
</body></html>
When I visit this page, the unexciting response is:
- Of course the excitement is that this was done with a custom tag, test:hello .