Does anyone have good reference which can help me understand JSTL SQL Basics
I have already gone through
http://www.tutorialspoint.com/jsp/jsp_database_access.htm
But needed something which explains in detail how the syntax and how the mapping actually works for JSTL SQL.
Just consult its own tutorial.
Please note that the use of this taglib is discouraged for production use. It’s intented for quick prototyping. Here’s a cite straight from the 1st paragraph of the linked tutorial:
As to how it’s “normally” to be done, you may find this tutorial useful as a kickoff point.
Unrelated to the problem, I’m not sure why you tagged
scriptleton your question. JSTL and other taglibs must not to be confused with scriptlets. But I just want to make clear that using scriptlets is more than discouraged. For more detail, see How to avoid Java code in JSP files?