JSP カスタムタグのライブラリ


viewitem タグ

ビューの現在の行にあるアイテムの値を表示します。このタグのボディは、評価されません。

コンテキスト次のタグで有効です。


構文<domino:viewitem
id="name of object variable to store"
format="formatting keywords"
col="number of column containing item"
name="name of item to display"
timezone="time zone"
locale="<languageCode>_<countryCode>"
debug="true|false"
onfailure="inline|exception"
time="true|false">

属性次の属性は、省略可能です。
col
format
id
locale
name
timezone
debug、onfailure、および time の定義については、「共通の Lotus Domino JSP タグの属性」を参照してください。


関連項目