Re: html:select javascript onchange passing parameter problem

2007-10-10 Thread Benz
tml file. Ravindar T wrote: > > where are getting the values for select either from bean or request > attribute. > > > > On 10/10/07, Benz <[EMAIL PROTECTED]> wrote: >> >> >> this is my part of jsp: >> >> >> >> >&

html:select javascript onchange passing parameter problem

2007-10-09 Thread Benz
this is my part of jsp: ... ... ... I get the html result: ... ... The '<%=idx%>' text in jsp should be rendered as the value of idx valu which is such as '0','1',etc. Can anybody tell me why it doesn't works? Best Regards, Ben