| Author |
body in the custom tag does not appear
|
Julius Gutierrez
Greenhorn
Joined: Apr 04, 2012
Posts: 12
|
|
Hi Rancher! I would like to ask for a help. I have been trying to figure out why the body of the custom tag does not appear in the html?
java class
tld
jsp
the output in html is
this is from simple: This is the lamest use of custom tag
this is from simple 2:
it supposed to output the "some boring text" after the simple 2 line. Can you help me figured out why it is not showing the body? I have tried to use the eclipse IDE and netbeans 7 but both have the same output. :(
|
 |
Julius Gutierrez
Greenhorn
Joined: Apr 04, 2012
Posts: 12
|
|
|
Done resolving the problem! I found out the the doTag() method should not have an "s". I will now resolved this :)
|
 |
 |
|
|
subject: body in the custom tag does not appear
|
|
|