Message or Properties file in JSF Objective of Example : Using .properties File in JSF : 1. In this example we will demonstrate how to use .properties or message file in jsf. 2. The idea behind using properties or message files in JSF is write one place use anywhere in application. 3. Eclipse Hierarchy of…
Tutorial – Select One Radio(h:selectOneRadio) in JSF-1.2 example Describing Example 1. Select One Radio (h:selectOneRadio) in JSF can be used to display multiple radio buttons. Select One Radio (h:selectOneRadio) allows user to select one radio button out of multiple radio buttons. In this example we will demonstrate how to work with Select One Radio in…
In this tutorial I will demonstrate JSF 1.2 Select Many Checkbox with example. Tutorial – JSF 1.2 Select Many CheckBox Describing Example : 1. In this example we will demonstrate how to work with Select Many checkboxes (h:selectManyCheckbox) in JSF 1.2. This is a basic example to demonstrate using select many checkbox (h:selectManyCheckbox) in JSF.…