Hear us Roar
Article:
 |
|
Designing JSP Custom Tag Libraries
|
| Subject: |
|
Error in sample code |
| Date: |
|
2005-07-15 03:31:19 |
| From: |
|
Amit_J
|
|
|
|
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
|
|
| |