%@ page import="java.math.BigDecimal,
java.util.Date"%>
<%@ page session="false" contentType="text/html;charset=utf-8"%>
<%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
<%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
<%@ taglib uri="http://myfaces.apache.org/tomahawk" prefix="t"%>
<%@include file="inc/head.inc" %>
<%/* t:selectOneRadio is an extension of h:selectOneRadio
if layout="spread" selectitems wont get rendered
instead t:radio components are getting rendered
*/%>
<%/* t: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 t:selectOneRadio */%>
<%@include file="inc/page_footer.jsp" %>