<%@ page import="java.math.BigDecimal, java.util.Date"%> <%@ page session="false" %><%@ taglib uri="http://java.sun.com/jsf/html" prefix="h" %><%@ taglib uri="http://java.sun.com/jsf/core" prefix="f" %><%@ taglib uri="http://myfaces.sourceforge.net/tld/myfaces_ext_0_9.tld" prefix="x" %> <%@include file="inc/head.inc" %> <%@include file="inc/page_header.jsp" %>     <%/* x:selectOneRadio is an extension of h:selectOneRadio if layout="spread" selectitems wont get rendered instead x:radio components are getting rendered */%>   <%/* x:radio is a myfaces extension. renders the selectItem at the given index (starting with 0). the for attribute must be the id of the corresponding x:selectOneRadio */%>   <%@include file="inc/page_footer.jsp" %>