aspose file tools
The moose likes JSP and the fly likes Cannot display data from table using custom tag Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSP
Reply locked New topic
Author

Cannot display data from table using custom tag

ashley Jug
Ranch Hand

Joined: Sep 02, 2011
Posts: 60
Hello,

Im trying to display the name from a table called guesttbl using custom. But when i run the jsp file a blank page come up with no display although that when i run the query in mysql data comes up. There is no exception gene
rated also while executing the jsp.
I am not sure what i am missing here. Here is my java class:


Here is my tld file:


Here is my jsp file:


The column in my table are : id, name, password.

Any suggestion how to resolve this issue please?

Thanks

ashley Jug
Ranch Hand

Joined: Sep 02, 2011
Posts: 60
Sorry ignore the post please it is working fine now had a cache problem ;)
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Cannot display data from table using custom tag
 
Similar Threads
Unable to use El in custom tags
SimpleTag how to get body in Tag class?
Implementation of CLassic tag Handler
Unable to have tagdependent as body content for a classic tag
Unable to compile class for JSP (Using custom tag)