<%@ 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"%> <%@ taglib uri="http://myfaces.apache.org/sandbox" prefix="s"%> <%@include file="inc/head.inc" %> This component demonstrates use of the convertStringUtils converter. The converter can operate on strings and perform some basic manipulation including change to upper and lower case, capitalize the string, trim the string and truncate a string at a fixed length. <%@include file="inc/page_footer.jsp" %>