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.

Reply via email to