Have you tried using IFormComponent.getClientId() ? The id's of elements just can't be known ~before~ they are rendered, but if you do it during the loop getId() or getClientId() should work just fine.
On 1/24/06, Jorge Quiroga <[EMAIL PROTECTED]> wrote: > > Hi Mike: > > I wait for a week to someone respond to me about something like you, but > without success. I cannot understand if For generates dynamically > components, why the developer cannot do it naturally or at least get the > index or something to diferenciate from one component to another. > > Generate JavaScript in these conditions is a real painful, because you > have to generate the function dynamically and avoid as possible the > parameters, because the name of the components is unknown if they are > into the For. > > If you know some solution or workaround, please tell me because I have a > week to only generate a javascript that in PHP takes minutes > > Bye and good luck. > > JQ > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
