Code

Code

Code example of a custom tag with a body

<%@ taglib prefix="awl"

uri="http://jspbook.awl.com/samples" %>

<awl:maybeShow show="no">

You can't see me!

</awl:maybeShow><br>

<awl:maybeShow show="yes">

The time is:

<awl:date format="hh:mm:ss MM/dd/yy"/>

</awl:maybeShow><br>

<awl:maybeShow show="reverse">

The time is:

<awl:date format="hh:mm:ss MM/dd/yy"/>

</awl:maybeShow><br>

Report Page