Getting Substring using JSF
843842Apr 8 2006 — edited Apr 10 2006I am new to JSF , (using JSF and struts application ) .I was wondering how I could do basic functions like string manupilation using the JSF core tages ...
For Example if I have
<h:outputText value="#{gen.Name}" />
and I would like to get not the name but say the substring(0,5) ..how would I do this with JSF ...
Also could you please direct me to a resource where I can learn more about the Core (helpful) functions using JSF