I am looking at
JSP page, which has code line as follows
This taglib will have to be installed on local environment. How is it referred in jsp ? I dont see any code in jsp, which refers to the location of JSTL. So how does jsp invoke these tags ? Is it through classpath ?
If its so , how is classpath set for JSTL ? Is it just as classpath is set for
java ?
Thanks