| Article: |
Designing JSP Custom Tag Libraries | |
| Subject: | doEndTag | |
| Date: | 2004-07-08 12:00:38 | |
| From: | jkronz | |
| What is the int this method is supposed to return? the author never has a return statement in his code, and therefore it never compiles.. | ||
Showing messages 1 through 2 of 2.
-
doEndTag
2005-06-25 17:01:32 MurderCityWeb [View]
-
doEndTag
2005-04-18 05:11:28 madhukumar [View]
What is the int this method is supposed to return? the author never has a return statement in his code, and therefore it never compiles..



return EVAL_PAGE;
Fortunately it is documented in the javadoc for the doEndTag() method:
http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/jsp/tagext/TagSupport.html#doEndTag()