I see some program, in its jsp code, it has following : And it will be mapped into a class. When you put some database object into this tag, it will automatically loop to load the data from database.
I want to know, In Jsp, how to map the JSP tag to a class? Then when there is a such tag, system will know it should load a class to process it?
Thanks in advance...