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


preset タグ

属性のデフォルト値の範囲を設定します。このタグにはボディがありません。

どのようなときにデフォルト値を設定するかと、その理由については、「デフォルトの JSP の属性値を設定する」を参照してください。

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


構文<domino:preset
scope="application|session|request|page"
dbname="database name"
dbserver="server name"
user="login information"
password="password associated with user"
viewname="name of the view"
unid="Universal ID of the document"
responseto="parent document's unid"
host="name of CORBA server"
bundle="name of .properties file bundle"
timezone="time zone"
locale="<languageCode>_<countryCode>"
onfailure="inline|exception"
debug="true|false"
onfailure="inline|exception"
time="true|false">

属性次の属性は、省略可能です。
bundle
host
dbname
dbserver
locale
password
responseto
scope
timezone
unid
user
viewname
debug、onfailure、および time の定義については、「共通の Lotus Domino JSP タグの属性」を参照してください。


関連項目