Struts 2 で Ajax jQuery プラグイン jar を使用しています。Ajax select タグを使用してリストにデータを入力しましたが、リストにデータが入力されていません。<sj:autocompleter>
タグを使用した場合、正常に動作します。
これは私のコードです:
<sj:select name="countryId" list="countryList" listKey="id" listValue="name"
headerKey="" headerValue="--Select Country--"
onchange="document.forms[0].action='city_countryChange'; document.forms[0].submit(); return true;"
required="required"></sj:select>
<sj:select>
タグの何が悪いの?