Want to add custom tags to your JavaServer Pages (JSP) application? This tutorial will show you how to use these tags to write custom operations similar to those native to JSP technology—such as jsp:useBean, jsp:getProperty, and jsp:forward. Describes how to extend JSP syntax with custom operations that represent logic specific to your own domain
Expand