posted 14 years ago
Hi All,
I am new to JSF and Icefaces , I am just going through some sample example programms .
I have seen some tags in faces-config.xml like ice:inputText , ice:selectOneMenu get read in backing beans with the help of below API
import javax.faces.component.UIComponent;
import javax.faces.component.UIForm;
import javax.faces.component.UISelectOne;
import com.icesoft.faces.component.ext.HtmlCommandButton;
import com.icesoft.faces.component.ext.HtmlInputText;
import com.icesoft.faces.component.ext.HtmlSelectOneMenu;
Can any one please explain me what is the relation between these tags , API mentioned above , How to use this API