<%@ 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" %>

This example demonstrates a filtered stylesheet.

You should see a table with an background image configured. The background image is configured in the stylesheet as

.tableBack
{
	background-image: url(#{environmentInfo.requestContextPath}/images/logo.jpg)
}
		

<%@include file="inc/page_footer.jsp" %>