Java
JSP with JSTL
JSP and JSTL The JSP Standard Taglibrary (JSTL) is a set of libraries providing dynamic tags helping to perform common JSP operations, such as store/display data, perform iterations, manupulate XML, perform I/O, etc. In this post we see a few simple examples on how to use JSTL core taglibs. JSTL Read more…