JSP custom tag on the development and use of
Abstract: JSP custom tag on the development and use of
<tr> <td>
1, the development of a label. Implementation javax.servlet.jsp.tagext.Tag .. mainly doStartTag and doEndTag methods!
2, in the WEB-INF directory create a directory, such as tlds. New one in its next mytag.tld.
Described as follows:
<body-content> Empty </ body>
3, in the web.xml its designated use.
↑ Back
Recommend Articles
May 9, 2007 | Filed Under Core Java |






