Re: problem with within

2005-08-29 Thread Hubert Rabago
Your problem is trying to use a JSP tag within a JSP tag: ');"/> Try something like: onChange="<%= "fnUpdate('" + + "')" %>"/> On 8/29/05, Anjishnu Bandyopadhyay <[EMAIL PROTECTED]> wrote: > > > > > > Hi all, > > > > I have a where I am iterating over a list of ob

problem with within

2005-08-29 Thread Anjishnu Bandyopadhyay
  Hi all,   I have a where I am iterating over a list of objects. Each object has a property “label”, which is being displayed as a textbox.   Now, I have a hidden field “hdnField”, for each row of object.    I want to call a _javascript_ function “fnUpdate” onChange of the textbo