JavaBeans - my jsp javabean wont work with jdbc connectivity
Hello there, warm greeting
I'm a newbie. Recently I have constructed a java class that encapsulates the JDBC connectivity. I tried it in a simple java application and it works in a breeze.
The method for the class works fine and its return all the row in the constructed table. Then I tried to implement it as a bean in my jsp page. My intention is to encapsulate all JDBC database connectivity and SQL queries with the bean.
But a problem occurs, the beans doesn't work at all in the jsp. Plus there's no error at jsp page compilation by Tomcat. the method I used to return the row(data) to JSP page, doesn't work and actually it return null values.
I don't now what to do. It has been 5 days, I "burn the midnight candle I'm really tired. Pleaseee help me...

