Hi All.

I got a problem when I was using <Html:Select>. I used to use <Select>
before. like

<select property="accSubj_nc"
      name="applicationItem" indexed="true"
      onchange="doSubmitWithIndex(this.form,
                         '<%=ApplicationAction.ACCSUBJ_CHANGE%>',
                         '<%=index%>')" >
</select>
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<

those codes can work well. but now I want to use <Html:Select>. but
the code  '<%=ApplicationAction.ACCSUBJ_CHANGE%>', and '<%=index%>'
value can not be get.
the value passd to the doSubmitWithIndex function is <%=ApplicationAction.ACCSUBJ_CHANGE%> and <%=index%> , not
accsubj_change and 0,1,2.....

Thanks.

Joey

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to