[Seasar-user:9536] [Teeda]SelectOneMenuを表示しようとするとエラーになる

Tetsutaroh Satoh [E-MAIL ADDRESS DELETED]
2007年 7月 30日 (月) 15:38:48 JST


佐藤徹太郎です。お世話になっております。



Dolteng 0.17.0(Teeda+S2Dao)

Teeda-extension-1.0.3



HTMLにSelectOneMenuを記述し、Webブラウザで

実行すると、次のようなエラーが発生します。



org.seasar.teeda.extension.exception.JspRuntimeException:

[ETDA0027]JSP例外が発生しました。理由はjavax.servlet.jsp.JspException:

Duplicate component id: 'BookSearchForm:aaa', first used in tag:

'org.seasar.teeda.extension.taglib.TSelectOneMenuTag'



HTMLは下記です。

【HTML】bookSearch.html

<body>

<a href="../libraryManagement/libraryManagement.html">Top</a> > 本の検索

<center>

<h1>本の検索</h1><br />

<p>キーワードを入力してから検索ボタンを押してください</p>

<form id="BookSearchForm">

<p><label id="keyWordLabel">KeyWord</label>:

<input type="text" id="keyWord"/>

<span id="keyWordMessage"></span></p><br />

<select id="aaa">

  <option value="0">A</option>

</select>

select value : <span id="aaa"/><br /><br />

<input type="button" value="検索" id="doSubmit"/><br /><br /><br />

<table id="bookGrid">

  <colgroup>

    <col span="5" width="110px"/>

  </colgroup>

  <thead>

    <tr>

      <th>書名</th>

      <th>著者名</th>

      <th>書棚番号</th>

      <th>棚番号</th>

      <th>貸し出し状態</th>

    </tr>

  </thead>

  <tbody>

    <tr class="row_green">

      <td align="center"><span id="title">Title</span></td>

      <td align="center"><span id="author">Author</span></td>

      <td align="center"><span id="shelfNumber">ShelfNumber</span></td>

      <td align="center"><span id="rowNumber">RowNumber</span></td>

      <td align="center"><span id="status">Status</span></td>

    </tr>

  </tbody>

</table>

</form>

</center>

</body>

</html>



原因がわかりません。ご教授いただけませんでしょうか?



よろしく御願いいたします。

-------------- next part --------------
HTMLの添付ファイルを保管しました...
URL: http://ml.seasar.org/archives/seasar-user/attachments/20070730/8c0c6473/attachment.html 


Seasar-user メーリングリストの案内