Category Archives: JSP

Calling methods with parameters using JSTL

I was quite annoyed by the fact that you can’t just call a method with certain parameters using JSTL. Lucky me, google gave me a result where I could see how this is done (using JSP 2.0). The thing is, … Continue reading

Posted in Java, JSP, JSTL | 1 Comment