aspose file tools
The moose likes JSP and the fly likes body in the custom tag does not appear Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "body in the custom tag does not appear" Watch "body in the custom tag does not appear" New topic
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 :)
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: body in the custom tag does not appear
 
Similar Threads
cannot find the declaration of element taglib
Simple Tag
Why in tld,you need add attribute type?
taglib problem in Netbeans
simple tags