Archive | July 9th, 2008

How to use h:selectOneRadio inside h:dataTable in JSF?

July 9, 2008

5 Comments

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 [...]

email

Custom Validator in JSF

July 9, 2008

1 Comment

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 [...]