Pages

Simple tag - looping on an attribute

This post has been moved to Biting Code, my blog dedicated to JVM languages.It shows how to move a loop from JSP to a SimpleTag.

Go to the full post

Simple tag handler

This post has been moved to Biting Code, my blog dedicated to JVM languages.A simple tag handler is written and tested.

Go to the full post

Tag handler

This post has been moved to Biting Code, my blog dedicated to JVM languages.

Go to the full post

Tag Files

This post has been moved to Biting Code, my blog dedicated to JVM languages.
Tag Files are a smart way of including a file in a JSP page.

Go to the full post

JSTL - c:catch

This post has been moved to Biting Code, my blog dedicated to JVM languages.

The JSTL tag c:catch improves our error handling capabilities for exceptions in JSP pages.

Go to the full post

Error pages in Web Application

This post has been moved to Biting Code, my blog dedicated to JVM languages.

Go to the full post

JSTL - c:import

This post has been moved to Biting Code, my blog dedicated to JVM languages.

The JSTL tag c:import is another way of including content in a JSP page.

Go to the full post

JSTL - c:remove

This post has been moved to Biting Code, my blog dedicated to JVM languages.

The JSTL tag c:remove is not strictly required, since we can mimic its behavior using c:set, but using it makes our code clearer.

Go to the full post

JSTL - c:set

This post has been moved to Biting Code, my blog dedicated to JVM languages.

It provides an introduction with examples to c:set, a JSTL tag similar to the jsp:setProperty standard action, but much more powerful.

Go to the full post

JSTL - c:choose

This post has been moved to Biting Code, my blog dedicated to JVM languages.

It gives an example for using the JSTL tags c:choose, c:when, c:otherwise to generate conditional JSP pages.

Go to the full post

JSTL - c:if

This post has been moved to Biting Code, my blog dedicated to JVM languages.

It is about the JSTL tag c:if, that provides a way to elegantly organize conditional branches in a JSP page.

Go to the full post