Jsp-jstl-core-set-tag
提供:Dev Guides
JSTL-コア<c:set>タグ
属性
Attribute | Description | Required | Default |
---|---|---|---|
Value | Information to save | No | body |
target | Name of the variable whose property should be modified | No | None |
property | Property to modify | No | None |
var | Name of the variable to store information | No | None |
scope | Scope of variable to store information | No | Page |
ターゲットを指定する場合、プロパティも指定する必要があります。
例
上記のコードは、次の結果を生成します-