<div>I&#39;m sorry , still can&#39;t work.</div>
<div>
<div dir="ltr">I am afraid it is the onload function which changes the values of select options each time i validator.</div>
<div dir="ltr">I&#39;d better to write a js to resolve this case?</div>
<div dir="ltr">&nbsp;</div>
<div dir="ltr">Thanks all the same.<br>&nbsp;</div></div>
<div><span class="gmail_quote">2007/10/11, Yasuo Higa &lt;<a href="mailto:higa@isid.co.jp">higa@isid.co.jp</a>&gt;:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi, all.<br>&gt;<br>&gt; I designed a selectbox to select years like below:<br>&gt; &lt;select&nbsp;&nbsp;id=&quot;SYear&quot;&gt;
<br>&gt; &lt;/select&gt;<br>&gt;<br>&gt; And in the html onload function evaluated the options :<br>&gt;&nbsp;&nbsp;&lt;body onload=&quot;setSYear();&quot;&gt;<br>&gt;<br>&gt; And these is a Search button to do Search.Before search i need to do
<br>&gt; some validation .<br>&gt; But once my validation failed , the select&nbsp;&nbsp;value disappeared. Others like<br>&gt; input text all maintained , why?<br>&gt;<br>The reason is that &quot;SYearItems&quot; is not kept<br>after reder phase.
<br><br>So, You should define hidden tag as follows:<br>&lt;input type=&quot;hidden&quot; id=&quot;SYearItemsSave&quot;/&gt;<br><br>--<br>Yasuo Higa<br><a href="mailto:higa@isid.co.jp">higa@isid.co.jp</a><br>_______________________________________________
<br>Seasar-user mailing list<br><a href="mailto:Seasar-user@ml.seasar.org">Seasar-user@ml.seasar.org</a><br><a href="https://ml.seasar.org/mailman/listinfo/seasar-user">https://ml.seasar.org/mailman/listinfo/seasar-user</a>
<br></blockquote></div><br>