Oct
17
JavaServer Faces – Find component recursively
Friday, 17. October 2008 12:03
In my current project I had to implement a jsf validator regarding 2 jsf-components. Unfortunately the validate method of the Validator Interface allows only one component as parameter.
To realise a validator for 2 fields I needed a way to get the value of the second involved component.
Thema: JavaServer Faces | Kommentare (2) | Autor: Andreas Frey