Using javascript I have to access n'th textfield html objects rendered using for Loop component. But the name & ids are generated dynamically by Tapestry,its not possible to access a particular textfield.
But in the case of struts it will render all the loop elements with the same name, we can access it as an array say : document.forms[0].contact[2].value; is there any workaround to solve it ? or i have missed any parameter setting I can use @Any component to create textfield with myown names ,but it won't rewind -- View this message in context: http://www.nabble.com/refer-For-loop-components-using-javascript-tf2825114.html#a7886093 Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]