The Jakarta ProjectStruts Framework

Print-Friendly VersionPrint-Friendly Version
はじめましょう
利用者ガイド
目次
序章
はじめに
モデル コンポーネント
ビュー コンポーネント
コントローラ コンポーネント
設定
リリースノート
インストール
開発者ガイド
Bean タグ
HTML タグ
Logic タグ
Nested タグ
Template タグ
Tiles タグ
ユーティリティ
Validator
簡易リンク
ようこそ
ニュース & 現在の状況
リソース
利用者・開発者ガイド
FAQ及びハウツー
Template Taglib Guide

Contributors:

  • David Geary
  • Ted Husted
The Template Taglib

Note: As of Struts 1.1 the template library has been deprecated in favor of Tiles.

The "struts-template" tag library contains tags that are useful in creating dynamic JSP templates for pages which share a common format. These templates are best used when it is likely that a layout shared by several pages in your application will change. The functionality provided by these tags is similar to what can be achieved using standard JSP include directive, but are dynamic rather than static.

Template Taglib Resources

[訳注: この文書はが翻訳しました。 日本語訳に対するコメントがあれば、report@jajakarta.orgに送って下さい。]
Copyright (c) 2000-2003, Apache Software Foundation