alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Jetty example source code file (tagfile.jsp)

This example Jetty source code file (tagfile.jsp) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Jetty tags/keywords

a, file, first, inner, jsp, panel, panel, second, second, tag, third, third, web-inf/tags, web-inf/tags

The Jetty tagfile.jsp source code

<%@ taglib prefix="acme" tagdir="/WEB-INF/tags" %>
<html>
  <head>
  </head>
  <body>
    <h1>JSP 2.0 Tag File Example
    <hr>
    <p>Panel tag created from JSP fragment file in WEB-INF/tags
    <hr>
    <table border="0">
      <tr valign="top">
        <td>
          <acme:panel color="#ff8080" bgcolor="#ffc0c0" title="Panel 1">
            First panel.<br/>
          </acme:panel>
        </td>
        <td>
          <acme:panel color="#80ff80" bgcolor="#c0ffc0" title="Panel 2">
            Second panel.<br/>
            Second panel.<br/>
            Second panel.<br/>
            Second panel.<br/>
          </acme:panel>
        </td>
        <td>
          <acme:panel color="#8080ff" bgcolor="#c0c0ff" title="Panel 3">
            Third panel.<br/>
            <acme:panel color="#ff80ff" bgcolor="#ffc0ff" title="Inner">
              A panel in a panel.
            </acme:panel>
            Third panel.<br/>
          </acme:panel>
        </td>
      </tr>
    </table>
  </body>
</html>

Other Jetty examples (source code examples)

Here is a short list of links related to this Jetty tagfile.jsp source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.