Anyone can give me some hints on how to refer from one component to another using EL, or maybe when creating the components dynamically through code?
Thanks,
Quique.
2006/1/18, Enrique Medina <[EMAIL PROTECTED]>:
Hi,
I have a JSF page that is created dynamically in code. I want to use Ajax to validate that the value entered in some text box is correct, so for each input text component I create an HTML link that I want to refer to the value of the input text it refers to, so I can pass that value to the Ajax mechanism and validate it.
Don't know if I have explained my problem well, but in the end, I would like to know if I can use EL to refer from one component to another, so in runtime one component can know the value of another one.
Thanks.

