h:selectOneRadio and h:dataTable This tips explains how to use the h:selectOneRadio tag inside h:dataTable iteration tag. Using h:selectOneRadio is not straight forward since JSF doesn’t provide easy mechanism for toggling the radio button selectios. Programmer has to write the manual script code to toggle the radio selections. If you are looking for the use of [...]
Archive | July 9th, 2008
Custom Validator in JSF
July 9, 2008
Custom Validator in JSF This tips presents sample programs for how to write the custom validator in JSF application. There is many built-in validators available in JSF. You can learn about the predefined tags in the article Introduction to JSF Core Tags Library . If you are new to JSF please read this article Introduction [...]






July 9, 2008
5 Comments