Hi,
Here is a problem I'm dealing with.
In a JSP textfields are formed dynamically using struts. Struts will name these
dynamically created textfields in the form of array
as txtName[0], txtName[1] ....... txtName[i] respectively. The names txtName[i]
correspond to the respective getTxtName(i) in the Form.java file. Now txtName[i] is
not a valid control name in javascript. So how do i use these control names in
JavaScript. Is there any other way I can name (javascript compatible name) my contols
while they are created.
Thanks
Deepak