how can i show the data in a table from database on a click button in jsp page.

You need to create form or link so when that button is called you call servlet.
In servlet you will need to grab data from database and send it back to jsp page.
In jsp page you can show it in input fileds or if you have a lot of data you can create tables,anything you need...
Regards, Mike.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.