JAVA開発メモ
の変更点
 

[リロード]   [新規|編集|差分|添付]   [トップ|一覧|単語検索|最終更新|バックアップ|ヘルプ]

サイトメニュー

  • 追加された行はこの色です。
  • 削除された行はこの色です。
  • へ行く。

   <field property="password" depends="required, minlength,maxlength">
       <arg position="0" key="prompt.password"/>
       <arg position="1" key="${var:minlength}" name="minlength" resource="false"/>
       <arg position="2" key="${var:maxlength}" name="maxlength" resource="false"/>
       <var>
           <var-name>maxlength</var-name>
           <var-value>16</var-value>
       </var>
       <var>
           <var-name>minlength</var-name>
           <var-value>3</var-value>
       </var>
   </field>
  
   protected ActionForward cancelled(
       ActionMapping mapping,
       ActionForm form,
       HttpServletRequest request,
       HttpServletResponse response)
       throws Exception {
  
  
       return mapping.findForward("cancel");
   }

リロード   新規 編集 差分   トップ 一覧 検索 最終更新 バックアップ   ヘルプ   最終更新のRSS
Last-modified: Tue, 15 Feb 2005 14:08:08 UTC (7003d)

Modified by MT22(Moriwaki Takashi)

"PukiWiki" 1.3.7 Copyright © 2001,2002,2003 PukiWiki Developers Team. License is GNU/GPL.
Based on "PukiWiki" 1.3 by sng
Powered by PHP 7.4.33

HTML convert time to 0.020 sec.