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.
- Dynamically refer to a component from another component Enrique Medina
- Re: Dynamically refer to a component from another co... Enrique Medina
- Re: Dynamically refer to a component from anothe... Simon Kitching
- Re: Dynamically refer to a component from an... Enrique Medina
- Re: Dynamically refer to a component fro... Mario Ivankovits
- Re: Dynamically refer to a componen... Enrique Medina
- Re: Dynamically refer to a comp... Volker Weber
- Re: Dynamically refer to a ... Enrique Medina
- Re: Dynamically refer to a ... Enrique Medina
- Re: Dynamically refer to a ... Volker Weber
- Re: Dynamically refer to a ... Enrique Medina

