I have a
JSP page with four buttons and text areas to display data from the database.
The four buttons are used to navigate through the database viz., First,Previous,Next,Last records.
The records are displayed in the same page with the fields in their respective text areas
I need to call another
Java class where I am connecting with the database with the help of a Hibernate Session.
I tried connecting the Java class with the help of button click event but could not do it. I dont know how to implement and get the data from the database so as to display it in the JSP page when the respective event occurs.
Some one please help me in this issue and give me an idea on this one, so that it would be very helpful for me to complete my project.
Thanks in Advance