<jbo:InputPassword>

入力フォーム要素をページに挿入します。

JSP構文

<jbo:InputPassword
   datasource="datasourceId"
   [ dataitem="attributeName" ]
   [ cols="numberCharactersDisplayed | attribute length " ]
   [ maxlength="numberOfCharactersToEnter | unlimited" ]
/>

説明

ユーザーが入力するパスワード。実際の入力時はアスタリスクで隠されます。

注意: Netscape Navigatorをブラウザとして使用している場合、データを正しくレンダリングするには、HTMLの<form></form>タグの内部にタグを挿入する必要があります。

属性

User Password:<jbo:InputPassword datasource="Orders" dataitem="Id" cols="10" />