How to avoid Java code in jsp page?



You can use JSTL, JSP Standard Tag Library or EL, Expression Language to avoid scriptlets.


Advertisements