|
Dear Sir/Madam,
I had read the article on the website about JSP Custom Tag Library. It's really very good.
But during that I found one error in the sample code.
I request to u check and make it corrected.
The exaple is at the url.
http://www.onjava.com/pub/a/onjava/2000/12/15/jsp_custom_tags.html
The function in Hello.java
public int doAfterBody(){
}
must have to return integer but in code the return statement is missing.
Thanking you.
Amit Jadhav
|