RE: html:select javascript onchange passing parameter problem

2008-05-19 Thread Sindhu C R
ssage- From: Mahawilai [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 20, 2008 9:26 AM To: user@struts.apache.org Subject: Re: html:select javascript onchange passing parameter problem I have the same problem, Please tell me how to fix it if you know how. thank you very much Mahawilai Benz

Re: html:select javascript onchange passing parameter problem

2008-05-19 Thread Mahawilai
I have the same problem, Please tell me how to fix it if you know how. thank you very much Mahawilai Benz wrote: > > this is my part of jsp: > > > > > ... > > ... > > ... > > I get the html result: > ... > > ... > > The '<%=idx%>' text in jsp should be rendered as the

Re: html:select javascript onchange passing parameter problem

2007-10-10 Thread Benz
which part do you mean? Is this? ... ... ... ... ... ... var validStatus = new Array ("PCB","PCS","PCK","RC"); function checkStsCombo(combobox, fieldName, idx) { var index = combobox.selectedIndex; var select

Re: html:select javascript onchange passing parameter problem

2007-10-09 Thread Ravindar T
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: > > > > > ... > > ... > > ... > > I get the html result: > ... > > ... > > The '<%=idx%>' text in jsp should be render

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, Benz -- View this message in context: http://