<%@ 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"%> <%@ taglib uri="http://myfaces.apache.org/sandbox" prefix="s"%> <%@include file="inc/head.inc" %> This example shows how to use nested f:param elements to render the image.
Please note graphicImageDynamicTextBean is in request scope. Therefore its state will not be available during render of the image.
Any value which is needed by the image renderer must be hold in a session or application scoped bean or can be passed by nested f:param elements.

Give the text :
Here it is :
<%@include file="inc/page_footer.jsp" %>